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

Initializing all ParScanThreadStates causes significant unaccounted "Other" times

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • hotspot
    • gc
    • b110

      Applications with many regions in the cset (large young gen) and many threads show that there is a significant amount of unaccounted "Other" times.

      One part of this is caused by initializing and merging the information in all ParScanThreadStates for all threads in the VM pause.

      This CR is about fixing the initialization by moving the ParScanThreadState initialization into the worker threads.

      The PSS merge phase is covered by JDK-8150239.

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

              Created:
              Updated:
              Resolved: