Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize JVMTI watched fields #2158

Merged
merged 1 commit into from
Jun 13, 2018

Conversation

gacholio
Copy link
Contributor

@gacholio gacholio commented Jun 12, 2018

Add a tag bit to J9Class indicating that there are watched fields
associated with the class or one of its superclasses. Don't call the
field access hooks in the interpreter or JNI unless this bit is set.

Signed-off-by: Graham Chapman graham_chapman@ca.ibm.com

@gacholio gacholio requested a review from charliegracie June 12, 2018 17:51
@gacholio gacholio force-pushed the classwatch branch 2 times, most recently from 7b211a2 to 1d6ac48 Compare June 12, 2018 19:07
Add a tag bit to J9Class indicating that there are watched fields
associated with the class or one of its superclasses.  Don't call the
field access hooks in the interpreter or JNI unless this bit is set.

Signed-off-by: Graham Chapman <graham_chapman@ca.ibm.com>
@charliegracie
Copy link
Contributor

Jenkins test sanity plinux jdk8

@charliegracie charliegracie self-assigned this Jun 13, 2018
@charliegracie charliegracie merged commit 523298c into eclipse-openj9:master Jun 13, 2018
@gacholio gacholio deleted the classwatch branch June 13, 2018 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants