Fix String creation to treat a modified UTF8 zero as ASCII - #19287
Conversation
|
jenkins test sanity,sanity.openjdk amac jdk11,jdk17 |
|
jenkins test sanity alinux jdk8 |
|
Opened #19289 for the jdk8 test problem. |
|
jenkins test sanity alinux jdk8 |
|
The jdk8 alinux PR test https://openj9-jenkins.osuosl.org/job/PullRequest-OpenJ9/5342/ - passed And jdk11, 17 PR testing https://openj9-jenkins.osuosl.org/job/PullRequest-OpenJ9/5337/ - passed |
c9f2809 to
0ed99fe
Compare
|
All the testing passed, the recent changes shouldn't affect that. |
|
Actually, I'll update the test suite to include the case that fails without this change. |
Updates j9gc_createJavaLangString(). Issue eclipse-openj9#19273 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
|
Grinders on the updated test. 8: https://openj9-jenkins.osuosl.org/view/Test/job/Grinder/3464/ - passed Grinder on jdk11 head stream |
Updates j9gc_createJavaLangString().
Fixes #19273