JDK 18 |
---|
18 b03Fixed |
Relates :
|
During a recent meeting we discussed how to reduce the footprint of the per-region remembered sets (RSets) in G1. Even though we could not come up with a reasonable proposal on how to merge the fine-grain and sparse RSets, one obvious improvement is not to have separate top-level hash tables for the fine and sparse entries and, instead, change the code so that they can share one top-level table. This CR might include additional related improvements.
|