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 an empty MethodHandle.customize() #7084

Merged
merged 1 commit into from
Sep 16, 2019

Conversation

JasonFengJ9
Copy link
Member

@JasonFengJ9 JasonFengJ9 commented Sep 15, 2019

Add an empty MethodHandle.customize()

Added an empty MethodHandle.customize() to pass compilation (JDK 8) and method invocation (JDK 11).

Verified that JDK 8/11 with this PR passed the test from #7080

closes: #7080

Reviewer: @pshipton
FYI: @DanHeidinga

Signed-off-by: Jason Feng fengj@ca.ibm.com

Added an empty MethodHandle.customize() to satisfy RI specific method
calls.

Signed-off-by: Jason Feng <fengj@ca.ibm.com>
@pshipton pshipton merged commit 7fe5e31 into eclipse-openj9:master Sep 16, 2019
@JasonFengJ9 JasonFengJ9 deleted the addcustomize branch September 23, 2019 17:51
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.

Failing JTReg Test: java/lang/invoke/CustomizedLambdaFormTest.java
2 participants