JDK 26 |
---|
26 b13Fixed |
Causes :
|
The testJarFile test in the jdk/jdk/nio/zipfs/TestPosix.java test creates `JAR_FILE`, but then tries to extract `ZIP_FILE`. Since the test always(?) passes, it seems likely that an earlier test (in TestPosix) created `ZIP_FILE` and left it behind.
|