RFR: 8209120: Archive the Integer.IntegerCache (original) (raw)
Claes Redestad claes.redestad at oracle.com
Thu Aug 9 11:33:25 UTC 2018
- Previous message: [12]RFR 8205399 : Set node color on pinned HashMap.TreeNode deletion
- Next message: RFR: 8209120: Archive the Integer.IntegerCache
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
using the new ability to archive immutable heap graphs into the CDS archive, even archiving small things like the Integer.IntegerCache can be profitable.
Webrev: http://cr.openjdk.java.net/~redestad/8209120/open.00/
Bug: https://bugs.openjdk.java.net/browse/JDK-8209120
For a default cache (256 elements), this change saves us ~1 million instructions. Applications that use -XX:AutoBoxCacheMax can profit further (and we can use this to stress test the archiving feature..)
The patch is built on top of and tested with Jiangli's patch for https://bugs.openjdk.java.net/browse/JDK-8207263 and I don't intent to push this before that is in.
Thanks!
/Claes
- Previous message: [12]RFR 8205399 : Set node color on pinned HashMap.TreeNode deletion
- Next message: RFR: 8209120: Archive the Integer.IntegerCache
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]