-
Notifications
You must be signed in to change notification settings - Fork 721
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
jdk_util_1_FAILED java/util/zip/ZipFile/ManyEntries.java invalid entry crc-32 & java/util/zip/TestCRC32.java Calculated checksum result was invalid #17444
Comments
@bhavanisn as per our Slack conversation, pls provide an update on the PR in progress. |
@JasonFengJ9 The issue is caused as 2 crc routines were used in this case and out of 2 only one routine was AOT-enabled. I have added a fix to be able to use the other routine also in AOT. Running some tests and clean up. Hoping to have a PR by tomorrow. |
Thanks for the update, is this a straightforward change? I am wondering is it safer to revert the culprit PR and allow OMR acceptance build to proceed which blocks |
@JasonFengJ9 I have created PRs for the issue. @zl-wang Please review. |
JDK20 ppc64le_linux
JDK20 ppc64le_linux
JDK8 ppc64_aix(
aix823
)JDK11 ppc64_aix
JDK17 ppc64_aix
Originally posted by @JasonFengJ9 in #14948 (comment)
This failure occurred across Java level/platforms abuilds, tentatively set it as a blocker.
JDK8 abuild - https://openj9-jenkins.osuosl.org/job/Pipeline-OpenJDK8-Acceptance/69/
JDK11 abuild - https://openj9-jenkins.osuosl.org/job/Pipeline-OpenJDK11-Acceptance/82/
JDK17 abuild - https://openj9-jenkins.osuosl.org/job/Pipeline-OpenJDK17-Acceptance/66/
JDK20 abuild - https://openj9-jenkins.osuosl.org/job/Pipeline-OpenJDK20-Acceptance/4/
OMR abuild - https://openj9-jenkins.osuosl.org/job/Pipeline-OMR-Acceptance/520/
The text was updated successfully, but these errors were encountered: