JDK-8274516 : [REDO] JDK-8271880: Tighten condition for excluding regions from collecting cards with cross-references
Type:Enhancement
Component:hotspot
Sub-Component:gc
Affected Version:18
Priority:P4
Status:Resolved
Resolution:Fixed
Submitted:2021-09-29
Updated:2022-12-12
Resolved:2021-10-13
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.
Redo JDK-8271880: Tighten condition for excluding regions from collecting cards with cross-references after fixing the issues.
Comments
DiscoveredListIterator::remove() is missing some barriers (even before the JDK-8271880 change) and did raw stores.
(Amendment: this is not the issue here, as explained in the comment in DiscoveredListIterator::remove added in this change.)