JDK-8065117 : Use GenCollectedHeap::_max_gens instead of BarrierSet::_max_covered_regions
Type:Enhancement
Component:hotspot
Sub-Component:gc
Affected Version:9
Priority:P4
Status:Open
Resolution:Unresolved
Submitted:2014-11-17
Updated:2019-02-11
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.
When the generations abstraction has been cleaned up, then the constant BarrierSet::_max_covered_regions can be removed and we can instead use GenCollectedHeap::_max_gens.
Comments
For more some more background and details, see the email thread starting at http://mail.openjdk.java.net/pipermail/hotspot-gc-dev/2014-November/011279.html