-
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
Track JDK commits which need OpenJDK MethodHandle support #9895
Comments
Issue |
@babsingh Is this still relevant or can it be closed? |
This issue will be kept open until all the listed JDK changes/modifications are reverted ... once OpenJ9 adopts OpenJDK MethodHandles and VarHandles. |
JDK changes to support JEP383 with OpenJ9: ibmruntimes/openj9-openjdk-jdk15#11 |
That clears it up. We need to keep this open but it's not a 15 specific item and therefore should be moved out of the 0.22.0 release |
@babsingh is there still something to do here? |
Since OJDK MHs are enabled in JDK17 and JDK-next, we can revert the Do not use rebind in StringConcatFactory commit in the two extension repos. |
This reverts commit 64624cb. Related: eclipse-openj9/openj9#9895. Signed-off-by: Babneet Singh <[email protected]>
Created the following PRs to revert Do not use rebind in StringConcatFactory: |
This reverts commit 64624cb. Related: eclipse-openj9/openj9#9895. Signed-off-by: Babneet Singh <[email protected]>
Reverts #215. Related: eclipse-openj9/openj9#9895. Related: #371. Signed-off-by: Babneet Singh <[email protected]>
In JDK15+, commits dependent on the OpenJDK MethodHandle(s) were noticed. These commits cannot be supported with the OpenJ9 MethodHandle implementation. These commits are temporarily reverted (disabled) until OpenJ9 supports the OpenJDK MethodHandle(s). This issue will track all such commits so that their revert can be undone once OpenJ9 supports the OpenJDK MethodHandles(s).
The text was updated successfully, but these errors were encountered: