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

G1 Full GC needs to support the case when the very first region is not available

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Fixed
    • P4
    • 9
    • 8u40, 9
    • hotspot
    • gc
    • b26

    Backports

      Description

        When decommitting memory within the heap, it may be possible that the first region of the heap is decommitted as well, and not available for g1 full gc/compaction.

        However the current implementation of G1 full GC hardcodes the first compaction space (ie. the area to compact into) as exactly this first region.

        This constraintt needs to be relaxed to allow JDK-8038423

        Attachments

          Issue Links

            Activity

              People

                tschatzl Thomas Schatzl
                tschatzl Thomas Schatzl
                Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: