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

[Backout] Backout JDK-8206467 Refactor G1ParallelCleaningTask into shared

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 12
    • 12
    • hotspot
    • gc
    • b09
    • Verified

      The call to ResolvedMethodTable::unlink() grabs the ResolvedMethodTable_lock during parallel cleaning.

      However at the same time this lock may already been held by e.g. compiler threads trying to resolve the method. (e.g. ResolvedMethodTable::add_method).

      Backing this out due to other concerns about the changes which might need more discussion: timing uses another time base (us) with another data type (jint) compared to all other collectors.

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

              Created:
              Updated:
              Resolved: