JDK-8203951 : ReferenceProcessor::_has_adjustable_queue should be removed when CMS is obsoleted
Type:Enhancement
Component:hotspot
Sub-Component:gc
Affected Version:11
Priority:P4
Status:Closed
Resolution:Other
Submitted:2018-05-29
Updated:2021-10-05
Resolved:2020-09-24
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.
JDK-8043575 introduced a new member variable of _has_adjustable_queue. As this is a flag to distinguish ParNewGeneration from others, it should be removed when CMS is obsoleted.