RFR [9] 8139706: JarFile.getBytes could use InputStream.readNBytes (original) (raw)
Claes Redestad claes.redestad at oracle.com
Thu Oct 15 20:33:20 UTC 2015
- Previous message: RFR: 8136556 - Add the ability to perform static builds of MacOSX x64 binaries
- Next message: RFR [9] 8139706: JarFile.getBytes could use InputStream.readNBytes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi all,
java.util.jar.JarFile could be improved further by using InputStream.readNBytes when there's information in the ZipEntry about the entry size.
Webrev: http://cr.openjdk.java.net/~redestad/8139706/webrev.01/ Bug: https://bugs.openjdk.java.net/browse/JDK-8139706
Testing: verified improvements in internal startup/footprint tests
/Claes
- Previous message: RFR: 8136556 - Add the ability to perform static builds of MacOSX x64 binaries
- Next message: RFR [9] 8139706: JarFile.getBytes could use InputStream.readNBytes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]