Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082544 | emb-9 | Mikael Gerdin | P4 | Resolved | Fixed | team |
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.
- backported by
-
JDK-8082544 Move the thread claim parity from SharedHeap to Thread
-
- Resolved
-