[Backout] Backout JDK-8206467 Refactor G1ParallelCleaningTask into shared

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P2
    • 12
    • Affects Version/s: 12
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved: