JDK-8260643 : Remove parallel version handling in CardTableRS::younger_refs_in_space_iterate()
Type:Enhancement
Component:hotspot
Sub-Component:gc
Affected Version:17
Priority:P4
Status:Resolved
Resolution:Fixed
Submitted:2021-01-29
Updated:2025-01-16
Resolved:2021-02-02
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.
CardTableRS::younger_refs_in_space_iterate has always been called with n_threads <= 1, making the parallel code handling there obsolete.
This has become more obvious with JDK-8260574.
Remove these remnants.