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

G1: do the per-region evacuation failure handling work in parallel

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Fixed
    • P4
    • hs23
    • hs23
    • hotspot
    • gc
    • b10
    • generic
    • generic
    • Not verified

    Backports

      Description

        When there's an evacuation failure during a GC we have to scan all the regions in the CSet in order to remove the self-forwarding references of any object we failed to move and also update according a few other data structures (marking bitmap(s), BOT, etc.).

        Currently, we do this serially, one region at a time. However, the per-region work is independent of the rest. So, it should be trivial to parallelize.

        Attachments

          Issue Links

            Activity

              People

                johnc John Cuthbertson
                tonyp Tony Printezis
                Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:
                  Imported:
                  Indexed: