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

Revert "Stop recognizing UTF16_Encoder.encodeUTF16 methods" (2) #7578

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

knn-k
Copy link
Contributor

@knn-k knn-k commented Dec 2, 2024

This commit restores the changes for encodeUTF16Big and encodeUTF16Little that were removed by #7548.

@knn-k
Copy link
Contributor Author

knn-k commented Dec 2, 2024

This commit depends on #7577 and eclipse-openj9/openj9#20722.

This commit restores the changes for encodeUTF16Big and encodeUTF16Little
that were removed by eclipse-omr#7548.

Signed-off-by: KONNO Kazuhiro <[email protected]>
@knn-k knn-k force-pushed the revertEncodeUTF16_2 branch from 8b68282 to f70af00 Compare December 3, 2024 22:46
@knn-k
Copy link
Contributor Author

knn-k commented Dec 3, 2024

Jenkins build all

@knn-k
Copy link
Contributor Author

knn-k commented Dec 3, 2024

I changed the enum symbols sun_nio_cs_UTF_16_Encoder_encodeUTF16Big and sun_nio_cs_UTF_16_Encoder_encodeUTF16Little to sun_nio_cs_UTF16_Encoder_encodeUTF16Big and sun_nio_cs_UTF16_Encoder_encodeUTF16Little by removing the _ between UTF and 16 in eclipse-openj9/openj9#20722.

Copy link
Contributor

@hzongaro hzongaro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks!

@hzongaro
Copy link
Contributor

hzongaro commented Dec 6, 2024

@knn-k, I think this change looks good. I will wait for you to mark it as "Ready for review" before merging.

@knn-k knn-k marked this pull request as ready for review December 6, 2024 21:35
@hzongaro hzongaro merged commit 32b0019 into eclipse-omr:master Dec 10, 2024
12 of 13 checks passed
@knn-k knn-k deleted the revertEncodeUTF16_2 branch December 10, 2024 01:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants