-
Notifications
You must be signed in to change notification settings - Fork 738
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
jdk24 OpenJDK java/util/zip/DeflateIn_InflateOut fails in SkipBytes on zlinux #21054
Comments
Maybe a machine specific failure? |
It looks like this was seen recently with JDK 21 zLinux, as mentioned in #20696 (comment). I cannot tell from that which machine might have encountered the problem. |
Both failures are on Red hat 8 on z15 which would have NXU compression enabled. This is the same issue as #14948 |
@r30shah That was my original thought, but these failures are different so I wasn't sure. |
The stacktrace looked same to the failure described in #14948 (comment) (Which was failing in |
Any new news? |
I looked into the test, for the original issue I pointed out in #14948 (comment), we did backport the fixes on all our extension repos and JDK24 does contain the fix, but this test fails due to hardware compression. I am able to reproduce this on our system and with |
https://openj9-jenkins.osuosl.org/job/Test_openjdk24_j9_sanity.openjdk_s390x_linux_Nightly_testList_2/6 - rh8-390-1
jdk_util_1
java/util/zip/DeflateIn_InflateOut.java
https://openj9-jenkins.osuosl.org/job/Test_openjdk24_j9_sanity.openjdk_s390x_linux_Nightly_testList_1/7/ - rh8-390-1
jdk_util_0
java/util/zip/DeflateIn_InflateOut.java
Maybe unrelated, but changes from previous build:
64284dd...82081e2
eclipse-openj9/openj9-omr@c8aae7c...507377a
The text was updated successfully, but these errors were encountered: