RFR [9] 8152190: Move sun.misc.JarIndex and InvalidJarIndexException to an internal package

2016-03-20 Thread Chris Hegarty
sun.misc.JarIndex, and its accompanying InvalidJarIndexException, are not "Critical APIs", as defined by JEP 260, so they should be moved out of sun.misc and placed into a more appropriate package where they can be encapsulated. http://cr.openjdk.java.net/~chegar/8152190/00/ https://bugs.openjdk.j

Re: Instruction to test webrev

2016-03-20 Thread Roger Riggs
Hi, Jtreg can be passed a directory or individual .java file to be tested. The regex tests are in /jdk/test/java/util/regex/... jtreg -jdk:/build/.../images/jdk> -dir:jdk/test java/util/regex For just compile and run the .java files in that directory. YMMV Roger On 3/18/2016 2:44 AM, Thanh

RFR: JDK-4347142: Need method to set Password protection to Zip entries

2016-03-20 Thread Yasumasa Suenaga
Hi all, We (including me and Yuji Kubota (ykubota: OpenJDK jdk9 Author)) discussed about this issue from Nov. 2015. [1] We heard several comments and we applied them to our patch. I have not heard new comment for our latest patch. So I send review request for it. Could you review it? webrev:

RFR: 8151876: (tz) Support tzdata2016b

2016-03-20 Thread Ramanand Patil
Hi all, Please review the latest TZDATA (tzdata2016b) integration to JDK9. Bug: https://bugs.openjdk.java.net/browse/JDK-8151876 Webrev: http://cr.openjdk.java.net/~rpatil/8151876/webrev.00/ All the TimeZone related tests are passed after integration. Please note that, as per the release no