Second-pass CLD walk should be claimed by a single thread

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Duplicate
    • Priority: P4
    • tbd
    • Affects Version/s: 14
    • Component/s: hotspot
    • gc

      During a concurrent start pause when class unloading, we do two passes over the CLD.

      In the first pass we let one thread claim the CLD work; in the second pass we do not, which means that threads do unnecessary duplicate work as the phase walks over the CLD singly-linked list (i.e. there is no work distribution anyway).

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

              Created:
              Updated:
              Resolved: