-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
CollectedHeap provides a pool of workers for runtime to use through safepoint_workers().
Some collectors, e.g. G1 and Parallel share their GC worker threads instead of creating explicit safepoint worker threads. To allow accurate accounting of GC CPU time inJDK-8359110 we should remove that optimization.
Some collectors, e.g. G1 and Parallel share their GC worker threads instead of creating explicit safepoint worker threads. To allow accurate accounting of GC CPU time in
- relates to
-
JDK-8277394 Remove the use of safepoint_workers in reference processor
-
- Resolved
-