-
Bug
-
Resolution: Fixed
-
P2
-
None
-
b162
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8177610 | 10 | Claes Redestad | P2 | Resolved | Fixed | b04 |
Initial implementation of JEP 238 ignored the value of the multi-release attribute, but this was changed so that the only accepted value should be "multi-release: true", case insensitive, no extra whitespace before or after.
More work was done to tighten and improve the performance of the JarFile implementation, and it seems the best way to ensure JarFile and JarFileSystem stays the same is to extract the checking logic into a utility class that both can use.
More work was done to tighten and improve the performance of the JarFile implementation, and it seems the best way to ensure JarFile and JarFileSystem stays the same is to extract the checking logic into a utility class that both can use.
- backported by
-
JDK-8177610 (zipfs) JarFileSystem::isMultiReleaseJar is incorrect
-
- Resolved
-
- relates to
-
JDK-8176834 jdk/nio/zipfs/MultiReleaseJarTest.java test fails after JDK-8176709
-
- Closed
-