Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8298968

G1: Incorrect merged remset stats

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 20
    • 20, 21
    • hotspot
    • gc
    • b29

        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.

              ayang Albert Yang
              ayang Albert Yang
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: