RE: RFR [9] 8150163: JarFileSystem support for MRJARs should use the JDK specific Version API

2016-02-18 Thread Iris Clark
, 2016 4:56 AM To: core-libs-dev; Steve Drach Subject: RFR [9] 8150163: JarFileSystem support for MRJARs should use the JDK specific Version API To support MRJARs, currently JarFileSystem uses sun.misc.Version to retrieve the major version. It should be updated to use the new JDK specific Version

Re: RFR [9] 8150163: JarFileSystem support for MRJARs should use the JDK specific Version API

2016-02-18 Thread Alan Bateman
On 18/02/2016 12:56, Chris Hegarty wrote: To support MRJARs, currently JarFileSystem uses sun.misc.Version to retrieve the major version. It should be updated to use the new JDK specific Version API. http://cr.openjdk.java.net/~chegar/8150163/ https://bugs.openjdk.java.net/browse/JDK-8150163

RFR [9] 8150163: JarFileSystem support for MRJARs should use the JDK specific Version API

2016-02-18 Thread Chris Hegarty
To support MRJARs, currently JarFileSystem uses sun.misc.Version to retrieve the major version. It should be updated to use the new JDK specific Version API. http://cr.openjdk.java.net/~chegar/8150163/ https://bugs.openjdk.java.net/browse/JDK-8150163 -Chris.