-
Bug
-
Resolution: Fixed
-
P4
-
17, 18, 19, 20
-
Test is failing Linux aarch64 9.0 while it is passing on linux aarch64 Oracle8.3 , linux aarch64 Oracle8.5 and macos.
-
b11
-
x86_64, aarch64
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8327715 | 21.0.4-oracle | Shivangi Gupta | P4 | Resolved | Fixed | b01 |
JDK-8328917 | 21.0.4 | Sonia Zaldana Calles | P4 | Resolved | Fixed | b01 |
JDK-8327722 | 17.0.12-oracle | Shivangi Gupta | P4 | Resolved | Fixed | b01 |
JDK-8330830 | 17.0.12 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
test TestLocOffsetFromZip64EF.walkZipFSTest({}): failure
java.util.zip.ZipException: R0
at jdk.zipfs/jdk.nio.zipfs.ZipFileSystem$Entry.readLocEXTT(ZipFileSystem.java:3171)
at jdk.zipfs/jdk.nio.zipfs.ZipFileSystem$Entry.readExtra(ZipFileSystem.java:3135)
at jdk.zipfs/jdk.nio.zipfs.ZipFileSystem$Entry.readCEN(ZipFileSystem.java:2831)
at jdk.zipfs/jdk.nio.zipfs.ZipFileSystem$Entry.<init>(ZipFileSystem.java:2767)
at jdk.zipfs/jdk.nio.zipfs.ZipFileSystem.getFileAttributes(ZipFileSystem.java:550)
at jdk.zipfs/jdk.nio.zipfs.ZipPath.readAttributes(ZipPath.java:771)
at jdk.zipfs/jdk.nio.zipfs.ZipPath.readAttributes(ZipPath.java:781)
at jdk.zipfs/jdk.nio.zipfs.ZipFileSystemProvider.readAttributes(ZipFileSystemProvider.java:285)
at java.base/java.nio.file.Files.readAttributes(Files.java:1848)
at java.base/java.nio.file.FileTreeWalker.getAttributes(FileTreeWalker.java:220)
at java.base/java.nio.file.FileTreeWalker.visit(FileTreeWalker.java:277)
at java.base/java.nio.file.FileTreeWalker.next(FileTreeWalker.java:374)
at java.base/java.nio.file.Files.walkFileTree(Files.java:2815)
at java.base/java.nio.file.Files.walkFileTree(Files.java:2852)
at TestLocOffsetFromZip64EF.walkZipFSTest(TestLocOffsetFromZip64EF.java:120)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:578)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:132)
at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:599)
at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:174)
at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:822)
at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:147)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at org.testng.TestRunner.privateRun(TestRunner.java:764)
at org.testng.TestRunner.run(TestRunner.java:585)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:384)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:378)
Even the property zipinfo-time is set to false according to
The test is passing after decreasing the file size to 3GB on Linux aarch64 9.0 also
- backported by
-
JDK-8327715 (zipfs) jdk/jdk/nio/zipfs/TestLocOffsetFromZip64EF.java failing with ZipException:R0 on OL9
- Resolved
-
JDK-8327722 (zipfs) jdk/jdk/nio/zipfs/TestLocOffsetFromZip64EF.java failing with ZipException:R0 on OL9
- Resolved
-
JDK-8328917 (zipfs) jdk/jdk/nio/zipfs/TestLocOffsetFromZip64EF.java failing with ZipException:R0 on OL9
- Resolved
-
JDK-8330830 (zipfs) jdk/jdk/nio/zipfs/TestLocOffsetFromZip64EF.java failing with ZipException:R0 on OL9
- Resolved
- relates to
-
JDK-8303972 (zipfs) Make test/jdk/jdk/nio/zipfs/TestLocOffsetFromZip64EF.java independent of the zip command line
- Resolved
- links to
-
Commit openjdk/jdk17u-dev/776e10ae
-
Commit openjdk/jdk21u-dev/5694ad27
-
Commit openjdk/jdk/7004c272
-
Review openjdk/jdk17u-dev/2420
-
Review openjdk/jdk21u-dev/377
-
Review openjdk/jdk/12979