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

Add frontend method getVFT entry to read the virtual function table #2126

Merged
merged 1 commit into from
Jun 8, 2018

Conversation

nwoeanhinnogaehr
Copy link
Contributor

Currently, VP directly reads this from the class pointer (in OMR). We would like to avoid having the optimizer directly read fields from classes. This change is required for JITaaS support.

Signed-off-by: Noah Weninger noah.weninger@ibm.com

Currently, VP directly reads this from the class pointer (in OMR).
We would like to avoid having the optimizer directly read fields from
classes. This change is required for JITaaS support.

Signed-off-by: Noah Weninger <noah.weninger@ibm.com>
@andrewcraik
Copy link
Contributor

Looks good to me.
Jenkins test sanity

@andrewcraik
Copy link
Contributor

the wind JDK8 failures are unrelated to this change; tests passed

Copy link
Contributor

@andrewcraik andrewcraik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@andrewcraik andrewcraik merged commit a746814 into eclipse-openj9:master Jun 8, 2018
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