JDK-8230411 : NUMA aware Work Gang
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 14
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2019-08-30
  • Updated: 2020-01-08
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
tbdUnresolved
Related Reports
Blocks :  
Blocks :  
Description
To replace current memory touch threads for G1 NUMA, we need a way to control worker threads on different NUMA nodes. I.e. at least one worker thread should wake up for all NUMA nodes.
However, current Work Gang doesn't not guarantee such thing. It only guarantees to wake up for the given number of workers.

Implement / extend current WorkGang to satisfy the above requirement.