RE: Possible error in PackTestZip64.java!?

2017-03-28 Thread Kharbas, Kishor
shor From: Kharbas, Kishor Sent: Monday, March 20, 2017 7:02 PM To: core-libs-dev@openjdk.java.net Cc: Kharbas, Kishor Subject: Possible error in PackTestZip64.java!? Hi! I came across an exception when running pack200 test PackTestZip64.java when I use a non-bundled zlib library with JDK8. This

Possible error in PackTestZip64.java!?

2017-03-20 Thread Kharbas, Kishor
Hi! I came across an exception when running pack200 test PackTestZip64.java when I use a non-bundled zlib library with JDK8. This causes the test to fail. Upon examining the code, I believe the test fails incorrectly. The error is an side-effect of how new JarEntry's are created. Below is the de