-
Notifications
You must be signed in to change notification settings - Fork 729
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
jdk15 MethodHandle.rebind() stubbed but used #9771
Comments
@DanHeidinga pls take a look. |
@andrew-m-leonard Can we get a high level description of what |
I don't think we can support |
@DanHeidinga So you could as a wrapper just return "this"... If the MethodHandle is not a BoundMethodHandle then it basically just does: |
I did try returning |
I also tried the above approach. Firstly, I feel that finishing the current work on adopting OpenJDK MethodHandle(s) is the best-path to support |
@babsingh not sure if we need to keep this open as a reminder to fix the stubs? |
I had opened #9895 to track all such issues so that we can revert their fix once OpenJ9 adopts OpenJDK MH. We can probably close this issue. |
https://ci.eclipse.org/openj9/job/Pipeline-OpenJDK-Acceptance/258/
Blocking compilation of jdk15.
The text was updated successfully, but these errors were encountered: