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

G1: Move collection set related full gc reset code into abandon_collection_set() method

XMLWordPrintable

    • gc
    • master

      During full gc G1 abandons (drops) the entire collection set. It consists of
      - G1CollectionSet (a set of G1CSetCandidateGroup)
      - G1CollectionSetCandidates (a set of G1CSetCandidateGroup)
      - and the young_gen_cset_group (also a G1CSetCandidateGroups) owned by G1CollectedHeap

      During full gc we need to clear/drop them ("abandon") all of these. Currently the code for each of these components is located in different parts of the code.
      Move them together.

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

              Created:
              Updated:
              Resolved: