JDK 23 |
---|
23 b12Fixed |
Duplicate :
|
|
Relates :
|
In `PSParallelCompact::mark_obj`, `_summary_data.add_obj` uses atomic-operation to record live bytes info, which hinders scalability during Full GC. One can take some inspiration from `G1RegionMarkStatsCache` to address this issue.
|