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

G1 full gc marking should reuse information from concurrent mark

XMLWordPrintable

    • gc

      Currently g1 full gc drops all existing marking information and remarks from the beginning.

      In case a concurrent mark has been interrupted, this information is either already fully available or could be continued to speed up the process.

      Only if this marking, since it is using SATB, does not free enough/all memory, a completely new marking should be started within the pause.

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

              Created:
              Updated: