Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8299151 | 21 | Albert Yang | P3 | Resolved | Fixed | b03 |
In `G1FlushHumongousCandidateRemSets`, `_merge_stats` is never updated, so remset stats from eager-reclaim regions are lost.
In `G1MergeCardSetClosure`, the stat cache is flushed in the destructor, but the stats are retrieved in `stats()` before the destructor is called, resulting into partial stats.
In `G1MergeCardSetClosure`, the stat cache is flushed in the destructor, but the stats are retrieved in `stats()` before the destructor is called, resulting into partial stats.
- backported by
-
JDK-8299151 G1: Incorrect merged remset stats
-
- Resolved
-