-
Notifications
You must be signed in to change notification settings - Fork 736
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
Remove evaluators for String.compressNoCheck() #19954
Conversation
Jenkins test sanity plinux,xlinux jdk8,jkd21 |
Jenkins test sanity plinux,xlinux jdk8,jdk21 |
Jenkins test sanity xlinux jdk8,jdk21 |
Jenkins test sanity xlinux jdk21 |
This commit removes compressStringNoCheckEvaluator() for p and x platforms. They are no longer used because there is no compressNoCheck() method in the String class. Signed-off-by: KONNO Kazuhiro <[email protected]>
6fc3ddc
to
7ec6019
Compare
Jenkins test sanity xlinux jdk8,jdk21 |
Something is going wrong with Java 8 on x86-64 Linux. I have seen failures with testJitserverArguments_0 every time I tried. |
testJitserverArguments_0 fails on the cent6 machines, it's a known problem.
|
I changed the state to "ready for review". |
Jenkins test sanity xlinux jdk8 |
This PR is superseded by PR #20280. Closing. |
This commit removes compressStringNoCheckEvaluator() for p and x platforms. They are no longer used because there is no compressNoCheck() method in the String class.