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

Aborting marking just before remark results in useless additional clearing of the next mark bitmap

    XMLWordPrintable

Details

    • gc
    • b26

    Backports

      Description

        If before a full GC (that is already in the vm operation queue) a GC Remark happens, the VM continues to clear the next bitmap although it has already been cleared when aborting it.

        This is additional, needless work. Guard the call to _cm->clearNextBitmap() in ConcurrentMarkThread::run() with the appropriate condition.

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                  Created:
                  Updated:
                  Resolved: