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

Remove dependency between free collection set and eagerly reclaim humongous object tasks

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 17
    • 17
    • hotspot
    • gc
    • b15

      After the free collection set task there is a phase where the free list is rebuilt. After that the eagerly reclaim humongous objects task adds to that (recently rebuilt) free region list.

      This dependency is not necessary. Just put the rebuild of the free region list after eager reclaim, without the eager reclaim doing nothing particular about the freed regions.

      This helps JDK-8214237, merging phases into less parallel phases.

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

              Created:
              Updated:
              Resolved: