RFR 8080640: Reduce copying when reading JAR/ZIP entries (original) (raw)
Staffan Friberg staffan.friberg at oracle.com
Tue May 19 01:44:31 UTC 2015
- Previous message: Review Request for 8074431: Remove native2ascii tool
- Next message: RFR 8080640: Reduce copying when reading JAR/ZIP entries
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
Wanted to get reviews and feedback on this performance improvement for reading from JAR/ZIP files during classloading by reducing unnecessary copying and reading the entry in one go instead of in small portions. This shows a significant improvement when reading a single entry and for a large application with 10k classes and 500+ JAR files it improved the startup time by 4%.
For more details on the background and performance results please see the RFE entry.
RFE - https://bugs.openjdk.java.net/browse/JDK-8080640 WEBREV - http://cr.openjdk.java.net/~sfriberg/JDK-8080640/webrev.0
Cheers, Staffan
- Previous message: Review Request for 8074431: Remove native2ascii tool
- Next message: RFR 8080640: Reduce copying when reading JAR/ZIP entries
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]