JDK-8231669 : Remove WorkerManager abstraction to support multiple work gang implementations
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 14
  • Priority: P4
  • Status: Closed
  • Resolution: Not an Issue
  • Submitted: 2019-10-01
  • Updated: 2020-08-14
  • Resolved: 2019-12-17
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
Relates :  
Relates :  
Description
In JDK-6858051 we introduced an abstraction into WorkerManager to allow multiple work gang implementations as different GCs used different ones.

With JDK-8204951 this difference has been removed, all collectors use WorkGang.

Now this additional abstraction in WorkerManager can be removed.
Comments
Non-issue after looking at the code.
17-12-2019