-
Enhancement
-
Resolution: Unresolved
-
P4
-
18, 19
Parallel distributes card scanning work on fixed chunks of memory, sizing them on a fixed number of cards (128, see PSCardTable::scavenge_contents_parallel), calling out a work unit of 64k.
With configurable card sizes this work unit automatically adjusts.
Investigate if there is a sizable impact on performance by that, and whether it would be useful to base the work unit on (area) size, not number of cards.
G1 should not be affected by changes to card size in that respect because it uses a fraction of heap region size.
With configurable card sizes this work unit automatically adjusts.
Investigate if there is a sizable impact on performance by that, and whether it would be useful to base the work unit on (area) size, not number of cards.
G1 should not be affected by changes to card size in that respect because it uses a fraction of heap region size.
- relates to
-
JDK-8272773 Configurable card table card size
-
- Resolved
-
-
JDK-8278824 Uneven work distribution when scanning heap roots in G1
-
- Resolved
-