-
Notifications
You must be signed in to change notification settings - Fork 728
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
Revert "Stop recognizing UTF16_Encoder.encodeUTF16 methods" #20722
Conversation
This commit restores the changes for encodeUTF16Big and encodeUTF16Little that were removed by eclipse-openj9#20613. Signed-off-by: KONNO Kazuhiro <[email protected]>
Jenkins test sanity plinux,xlinux,zlinux jdk8 depends eclipse-omr/omr#7577 |
I split the changes in the OMR side into two PRs to avoid coordinated merge. |
No need for coordinated merge:
I changed the enum symbols |
The test failure on xlinux Java 8 is a known issue: #18599 |
Jenkins test sanity plinux,xlinux,zlinux jdk8 depends eclipse-omr/omr#7578 |
Jenkins test sanity plinux,xlinux,zlinux jdk11 depends eclipse-omr/omr#7578 |
Some failures with JITServerTest using Java 11 on plinux: https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_sanity.functional_ppc64le_linux_Personal_testList_0/366/ |
JITServerTest failure in JDK 11 plinux testing should be fixed by pull request #20757 |
I've promoted OMR. |
It looks like pull request eclipse-omr/omr#7577 has been |
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.
I think the changes look good. Thanks!
Testing with both eclipse-omr/omr#7577 and eclipse-omr/omr#7578 only failed due to known issues. Merging. |
This commit restores the changes for encodeUTF16Big and encodeUTF16Little that were removed by #20613.