Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082913 | emb-9 | Stefan Karlsson | P2 | Resolved | Fixed | team |
Remove the explicit usages of CollectedHeap::n_par_threads() from the root processing code.
The proposal is to pass the number of worker threads via the StrongRootsScope object. The StrongRootsScope object is already setup from single-threaded code where we know how many worker threads are going to be used.
The proposal is to pass the number of worker threads via the StrongRootsScope object. The StrongRootsScope object is already setup from single-threaded code where we know how many worker threads are going to be used.
- backported by
-
JDK-8082913 Remove usage of CollectedHeap::n_par_threads() from root processing
-
- Resolved
-