JDK-7005859 : G1: implement +UseNUMA for G1
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2010-12-09
  • Updated: 2023-12-13
  • Resolved: 2018-11-22
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
We should port the NUMA allocator from ParallelGC to G1 to improve G1's performance on NUMA architectures. The high-level idea is to have a pool of G1 regions associated with each lgroup and one allocating region per lgroup. So, at the point of slow path allocation (i.e., when allocating a new TLAB or an object outside a TLAB) we should decide which current allocating region to allocate out of.

Comments
To be implemented as part of JDK-8210473
22-11-2018