Details
-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b21
-
s390x
-
linux
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8313370 | 17.0.10-oracle | Ramesh Gangadhar | P4 | Resolved | Fixed | b01 |
JDK-8317463 | 17.0.10 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
Description
Created on behalf of Amit Kumar.
DeInflate.java test fails on s390x platform because size for out1 array which is responsible for storing the compressed data is insufficient. Due to that, the system is unable to write whole compressed data on array. While decompressing the data, the assert statement 'n != len' is getting executed.
----------System.out:(2/78)----------
level:-1, strategy: 0, dowrap: false
m=525312, n=498060, len=524288, eq=false
----------System.err:(11/585)----------
java.lang.RuntimeException: De/inflater failed:java.util.zip.Deflater@5ce95579
at DeInflate.check(DeInflate.java:141)
at DeInflate.main(DeInflate.java:290)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:578)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:312)
at java.base/java.lang.Thread.run(Thread.java:1623)
JavaTest Message: Test threw exception: java.lang.RuntimeException
JavaTest Message: shutting down test
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: De/inflater failed:java.util.zip.Deflater@5ce95579
test result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: De/inflater failed:java.util.zip.Deflater@5ce95579
DeInflate.java test fails on s390x platform because size for out1 array which is responsible for storing the compressed data is insufficient. Due to that, the system is unable to write whole compressed data on array. While decompressing the data, the assert statement 'n != len' is getting executed.
----------System.out:(2/78)----------
level:-1, strategy: 0, dowrap: false
m=525312, n=498060, len=524288, eq=false
----------System.err:(11/585)----------
java.lang.RuntimeException: De/inflater failed:java.util.zip.Deflater@5ce95579
at DeInflate.check(DeInflate.java:141)
at DeInflate.main(DeInflate.java:290)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:578)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:312)
at java.base/java.lang.Thread.run(Thread.java:1623)
JavaTest Message: Test threw exception: java.lang.RuntimeException
JavaTest Message: shutting down test
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: De/inflater failed:java.util.zip.Deflater@5ce95579
test result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: De/inflater failed:java.util.zip.Deflater@5ce95579
Attachments
Issue Links
- backported by
-
JDK-8313370 java/util/zip/Deinflate.java failing on s390x
- Resolved
-
JDK-8317463 java/util/zip/Deinflate.java failing on s390x
- Resolved
- links to
-
Commit openjdk/jdk17u-dev/26fb0f87
-
Commit openjdk/jdk/fee02f06
-
Review openjdk/jdk17u-dev/1817
-
Review openjdk/jdk/12283
(1 links to)