-
Enhancement
-
Resolution: Unresolved
-
P4
-
14
With JDK-8226731 the young regions can be initialized as "dirty" (= value 0), as with that change the "young_card" value is not required any more.
I.e. when committing regions, on the on_commit handler for the card table should not do anything for young regions.
This (i.e. doing nothing in this case) improves startup time.
I.e. when committing regions, on the on_commit handler for the card table should not do anything for young regions.
This (i.e. doing nothing in this case) improves startup time.
- is blocked by
-
JDK-8226731 Remove StoreLoad in G1 post barrier
- Open
- relates to
-
JDK-8340827 G1: Improve Application Throughput with a More Efficient Write-Barrier
- Submitted