JDK12 add new method java.lang.String.transform() #4745
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
JDK12
add new methodjava.lang.String.transform()
Adding
java.lang.String.transform()
forJDK12
.Manually verified it matches
RI
results in a simple testcase as following:Expecting the test coverage is provided by JTReg tests
https://github.com/ibmruntimes/openj9-openjdk-jdk12/blob/e969f57ff8031485b00ccf2ed10f87a627c7bd68/test/jdk/java/lang/String/Transform.java#L24-L28
Related to: #3850
Reviewer: @pshipton
FYI: @DanHeidinga
Signed-off-by: Jason Feng [email protected]