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

After G1 Full GC, the next GC is always a young-only GC

XMLWordPrintable

    • gc
    • b94

      After a full GC, in G1CollectorPolicy::record_full_collection_end() we unconditionally set the next GC to be a young-only GC.

      In some cases it might be better to do an initial mark GC next, otherwise G1 may go from one full GC into the next.

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

              Created:
              Updated:
              Resolved: