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

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

    XMLWordPrintable

Details

    • Enhancement
    • Status: Resolved
    • P4
    • Resolution: Fixed
    • 17
    • 17
    • hotspot
    • gc
    • b15

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: