-
Enhancement
-
Resolution: Fixed
-
P4
-
15
-
b14
The CollectedHeap method get_safepoint_workers() is currently only implemented for G1, Z and Shenandoah. It gives access to the workgroup used by the GCs to use for non-GC safepoints.
Since the parallel GC does not do concurrent work, it can return its work gang in this method without problems.
Since the parallel GC does not do concurrent work, it can return its work gang in this method without problems.
- duplicates
-
JDK-8237640 Implement CollectedHeap::get_safepoint_workers() for parallel gc
-
- Closed
-