hg: jdk9/dev/jdk: 8164389: jdk.nio.zipfs.JarFileSystem does not completely traverse the versioned entries in a multi-release jar file
paul.sandoz at oracle.com
paul.sandoz at oracle.com
Mon Aug 22 21:07:20 UTC 2016
Changeset: 1a18cda712f8
Author: sdrach
Date: 2016-08-18 17:18 -0700
URL: http://hg.openjdk.java.net/jdk9/dev/jdk/rev/1a18cda712f8
8164389: jdk.nio.zipfs.JarFileSystem does not completely traverse the versioned entries in a multi-release jar file
Reviewed-by: psandoz
Contributed-by: steve.drach at oracle.com
! src/jdk.zipfs/share/classes/jdk/nio/zipfs/JarFileSystem.java
+ test/jdk/nio/zipfs/jarfs/JFSTester.java
+ test/jdk/nio/zipfs/jarfs/root/dir1/leaf1.txt
+ test/jdk/nio/zipfs/jarfs/root/dir1/leaf2.txt
+ test/jdk/nio/zipfs/jarfs/root/dir2/leaf3.txt
+ test/jdk/nio/zipfs/jarfs/root/dir2/leaf4.txt
+ test/jdk/nio/zipfs/jarfs/v9/root/dir1/leaf1.txt
+ test/jdk/nio/zipfs/jarfs/v9/root/dir1/leaf2.txt
+ test/jdk/nio/zipfs/jarfs/v9/root/dir2/leaf3.txt
+ test/jdk/nio/zipfs/jarfs/v9/root/dir2/leaf4.txt
More information about the jdk9-dev-changes
mailing list