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

G1: Initialization should start a "full" new collection set

XMLWordPrintable

    • gc

      Currently, during initialization, G1 does not call "start_new_collection_set()" like after every GC, but only calls G1CollectionSet::start_incremental_building() (on a not-completely initialized collection set instance).

      Just let initialization do the correct thing and explicitly start a new collection set (in that state, it does not do much anyway).

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

              Created:
              Updated: