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

Dispatch direct (private) calls in x86 PicBuilder #2851

Merged
merged 1 commit into from
Sep 15, 2018

Conversation

jdmpapin
Copy link
Contributor

In x86 PicBuilder, handle J9TR_J9_VTABLE_INDEX_DIRECT_METHOD_FLAG for
virtual calls and J9TR_J9_ITABLE_OFFSET_DIRECT for interface calls as
required for nestmates unresolved private invoke (#2673).

In x86 PicBuilder, handle J9TR_J9_VTABLE_INDEX_DIRECT_METHOD_FLAG for
virtual calls and J9TR_J9_ITABLE_OFFSET_DIRECT for interface calls as
required for nestmates unresolved private invoke (eclipse-openj9#2673).

Signed-off-by: Devin Papineau <devinmp@ca.ibm.com>
@jdmpapin
Copy link
Contributor Author

@andrewcraik @0dvictor Would you mind reviewing? This is required for jdk11 (nestmates) to work properly

@andrewcraik
Copy link
Contributor

Jenkins test sanity xlinux,win,win32 jdk11

@jdmpapin
Copy link
Contributor Author

@irinarada FYI

Copy link
Contributor

@0dvictor 0dvictor 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
Copy link
Contributor

The sanity failures look unrelated to this change.

@andrewcraik
Copy link
Contributor

LGTM - given that there is a second review that looks good and the sanity failures are unrelated I am going to merge this now.

@andrewcraik andrewcraik merged commit 298cfab into eclipse-openj9:master Sep 15, 2018
@jdmpapin jdmpapin deleted the nest-priv-invoke branch September 25, 2018 22:28
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.

4 participants