Move the thread claim parity from SharedHeap to Thread

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: 9
    • Component/s: 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.

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

                Created:
                Updated:
                Resolved: