| JDK 17 | JDK 21 | JDK 25 | JDK 26 |
|---|---|---|---|
| 17.0.19-oracleFixed | 21.0.11-oracleFixed | 25.0.3-oracleFixed | 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.
|