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

Add better abstraction for pinning G1 concurrent marking bitmaps.

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Won't Fix
    • Icon: P4 P4
    • tbd
    • 12
    • hotspot
    • gc
    • 12
    • generic
    • generic

      In the linked issue - JDK-8211425, G1 concurrent marking bitmaps are pinned in memory by calling commit_and_set_special() which was added as part of its implementation.

      A better approach would be to create pinned bitmaps during their construction which is currently done in G1CollectedHeap::initialize(). Possible solution is to add an argument to constructors for G1RegionToSpaceMapper and G1PageBasedVirtualSpace.

            Unassigned Unassigned
            kkharbas Kishor Kharbas (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: