-
Notifications
You must be signed in to change notification settings - Fork 397
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
Stop recognizing UTF16_Encoder.encodeUTF16 methods #7548
Conversation
879aab5
to
a9445ba
Compare
Jenkins build all |
This PR requires a coordinated merge with eclipse-openj9/openj9#20613. |
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 believe that the only uses of OMR::CodeGenerator::getSupportsEncodeUtf16LittleWithSurrogateTest
, OMR::CodeGenerator::getSupportsEncodeUtf16BigWithSurrogateTest
and the JIT option TR_DisableUTF16BEEncoder
are being removed by OpenJ9 pull request eclipse-openj9/openj9#20613. I think those methods and option can be removed from OMR.
May I also ask you to correct the name of the class in the commit message? I believe it was named sun.nio.cs.UTF16_Encoder
a9445ba
to
cf31fe8
Compare
Jenkins build all |
cf31fe8
to
613a8de
Compare
I removed the methods |
Jenkins build all |
This commit removes the code for encodeUTF16Big() and encodeUTF16Little() methods in sun.nio.cs.UTF16_Encoder from method recognition, and removes related helper functions.
613a8de
to
707d080
Compare
Jenkins build all |
I additionally removed JIT options |
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.
Looks good. Thanks!
This commit restores the helper entries for encodeUTF16Big and encodeUTF16Little for p and x platforms that were removed by eclipse-omr#7548. Signed-off-by: KONNO Kazuhiro <[email protected]>
This commit restores the changes for encodeUTF16Big and encodeUTF16Little that were removed by eclipse-omr#7548. Signed-off-by: KONNO Kazuhiro <[email protected]>
This commit restores the helper entries for encodeUTF16Big and encodeUTF16Little for p and x platforms that were removed by eclipse-omr#7548. Signed-off-by: KONNO Kazuhiro <[email protected]>
This commit restores the helper entries for encodeUTF16Big and encodeUTF16Little for p and x platforms that were removed by eclipse-omr#7548. Signed-off-by: KONNO Kazuhiro <[email protected]>
This commit restores the helper entries for encodeUTF16Big and encodeUTF16Little for p and x platforms that were removed by eclipse-omr#7548. Signed-off-by: KONNO Kazuhiro <[email protected]>
This commit restores the changes for encodeUTF16Big and encodeUTF16Little that were removed by eclipse-omr#7548. Signed-off-by: KONNO Kazuhiro <[email protected]>
This commit restores the changes for encodeUTF16Big and encodeUTF16Little that were removed by eclipse-omr#7548. Signed-off-by: KONNO Kazuhiro <[email protected]>
This commit restores the changes for encodeUTF16Big and encodeUTF16Little that were removed by eclipse-omr#7548. Signed-off-by: KONNO Kazuhiro <[email protected]>
This commit removes the code for encodeUTF16Big() and encodeUTF16Little() methods in sun.nio.cs.UTF16_Encoder from method recognition, and removes related helper functions.