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

G1: Consolidate per-region is-humongous query in G1CollectedHeap

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 20
    • 20
    • hotspot
    • gc
    • b05

      In `G1CollectedHeap`, `_humongous_reclaim_candidates` is used to denote whether a particular humongous region can be earge-reclaimed. Meanwhile, `_region_attr` is also used for quick per-region info query.

      There's no strong reason why the former needs a dedicated table. Try to merge the two.

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

              Created:
              Updated:
              Resolved: