JDK-8240440 : Implement get_safepoint_workers() for parallel GC
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 15
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-03-03
  • Updated: 2020-03-12
  • Resolved: 2020-03-06
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.
JDK 15
15 b14Fixed
Related Reports
Duplicate :  
Description
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.


Comments
Yes it is. I have marked JDK-8237640 as a duplicate (even if it was first).
09-03-2020

Is this a full duplicate of JDK-8237640?
06-03-2020

URL: https://hg.openjdk.java.net/jdk/jdk/rev/2b6e1b425f5f User: rschmelter Date: 2020-03-06 15:33:50 +0000
06-03-2020