Relates :
|
|
Relates :
|
Recent changes in JDK-8038423 allow G1 to decommit regions within the heap freely, the VM always initializes associated auxiliary data structures (BOT, card table, mark bitmaps). This works somewhat against OSes lazy initialization of committed pages where they are actually only backed by physical memory on the first access. These startup benchmarks never actually use this memory because they are so simple, so this causes a footprint regression with the mentioned change.
|