JDK 18 |
---|
18 b25Fixed |
CSR :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
JDK-8277448 :
|
A card in the card table currently has a fixed constant size of 512 bytes for forever. This can impact pause time significantly in g1 as it needs to clear the young gen card table in the pause. If you increase the card table entry size, there may be significant savings on that time when the amount of regions the card table has to be cleared is large, as the attached spreadsheet shows for specjbb2015. See what the impact on other applications and garbage collectors is when increasing the card table size, effectively making it startup time configurable.
|