JDK-8233149 : Investigate adding node index at G1HeapRegionAttr
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 14
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2019-10-29
  • Updated: 2019-10-30
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
Relates :  
Description
If node index is added at G1HeapRegionAttr, we may simplify some codes such as G1ParScanThreadState::copy_to_survivor_space(G1HeapRegionAttr, , )

Investigate and change if we can get some benefit.
This idea was brought up during discussion / review of JDK-8220311.