On 20/11/2018 16:09, Claes Redestad wrote:
Hi,
this enables archiving of remaining primitive box caches, meaning
contents can be mapped in from the CDS archive. These caches appear
early in many applications, and bootstrapping each cache takes ~1ms
without the archiving, but disappears completely in the noise when
archived.
Webrev: http://cr.openjdk.java.net/~redestad/8213033/jdk.00/
Bug: https://bugs.openjdk.java.net/browse/JDK-8213033
This looks good, including the re-visit of IntegerCache.
-Alan