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

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

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Duplicate
    • P4
    • tbd
    • 14
    • hotspot
    • gc

    Description

      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).

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: