RE: RFR: Faster ZipFile.getEntry()/entries()

2014-05-22 Thread Jeroen Frijters
ginal Message- > From: core-libs-dev [mailto:core-libs-dev-boun...@openjdk.java.net] On > Behalf Of Xueming Shen > Sent: Wednesday, May 21, 2014 23:19 > To: core-libs-dev@openjdk.java.net > Subject: Re: RFR: Faster ZipFile.getEntry()/entries() > > Hi, > > This one didn

Re: RFR: Faster ZipFile.getEntry()/entries()

2014-05-21 Thread Xueming Shen
On 05/21/2014 02:31 PM, Bernd Eckenfels wrote: Am Wed, 21 May 2014 14:19:13 -0700 schrieb Xueming Shen: And java implementation also brings in the benefits of better memory usage (all memory allocated in java heap), no more expensive jni invocations... Opinion/comments are appreciated. I had

Re: RFR: Faster ZipFile.getEntry()/entries()

2014-05-21 Thread Bernd Eckenfels
Am Wed, 21 May 2014 14:19:13 -0700 schrieb Xueming Shen : > And java implementation also brings in the benefits of better memory > usage (all memory allocated in java heap), no more expensive jni > invocations... > > Opinion/comments are appreciated. I had ZIP native code related crashes in the

Re: RFR: Faster ZipFile.getEntry()/entries()

2014-05-21 Thread Xueming Shen
Hi, This one didn't make into jdk8. Here is an updated webrev for the jdk9 repo http://cr.openjdk.java.net/~sherman/zipfile_j/webrev And a pure java version of j.u.ZipFile is also available at http://cr.openjdk.java.net/~sherman/zipfile_jj/webrev/ We do have incident reports and requests that