JDK-8237640 : Implement CollectedHeap::get_safepoint_workers() for parallel gc
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 15
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2020-01-22
  • Updated: 2020-03-09
  • Resolved: 2020-03-09
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdResolved
Related Reports
Duplicate :  
Relates :  
Description
Since some time parallel gc also uses the WorkGang abstraction for parallel actions.

Similar to G1, ZGC, and Shenandoah, the default work gang could be used for the safepoint cleanup in parallel gc too.