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

Remove redundant mark verification during G1 Full GC

XMLWordPrintable

    • gc
    • b11

      During marking the code verifies the marks after marking all of the references using a verification closure.

      This is kind of redundant with marking after the mark phase and the assertions that check that the references are actually marked during processing.

      Remove.

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

              Created:
              Updated:
              Resolved: