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

G1: Clear CLD claim marks concurrently

    XMLWordPrintable

Details

    • Enhancement
    • Status: Resolved
    • P4
    • Resolution: Fixed
    • 20
    • 20
    • hotspot
    • gc
    • b21

    Description

      Currently G1 clears the CLD claim marks during the concurrent start pause.

      This can be avoided by having the concurrent mark clear the CLD claim marks at the end of the concurrent phase (concurrently), restoring the original claimed marks state before the next concurrent start pause.

      Full GC and concurrent undo need to do this as well (another time), but this work is either supposed to be negligible (full gc) or concurrent (concurrent undo) too.

      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: