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

Move the thread claim parity from SharedHeap to Thread

XMLWordPrintable

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

        The thread claim parity is used to parallelize the scanning of root in the JavaThreads. This was placed in SharedHeap, but used by the Thread class (Threads::possibly_parallel_oops_do()). Moving this claiming state into the Thread class will collect the state information and the usage in one place. It will also anther step towards eventually being able to remove SharedHeap.

              brutisso Bengt Rutisson (Inactive)
              brutisso Bengt Rutisson (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: