-
Notifications
You must be signed in to change notification settings - Fork 738
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
Update MethodHandle lookup for Nestmates #2900
Conversation
@gacholio Can you take a look at this? |
Seems reasonable to me. @DanHeidinga would you prefer the runtime check over the ifdef? |
Yes, we've tried to keep the code under runtime time checks whenever possible so this should behave the same way. We may want to revisit that in the future but for now, I'd prefer consistency - especially when it's not in perf sensitive parts of the code. |
- Nestmates allow invokeInterface to target private interface methods Signed-off-by: Jack Lu <Jack.S.Lu@ibm.com>
dfa1c32
to
6c686f6
Compare
@DanHeidinga @gacholio any further concerns? This appears ready for re-review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Jenkins test sanity plinux jdk8,jdk11 |
Once the build passes, I'm fine with whoever sees it first to merge it. |
The CloneNotSupportedException failure is expected, otherwise the jdk11 testing looks good on zlinux. |
Signed-off-by: Jack Lu Jack.S.Lu@ibm.com