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.

To download the current JDK release, click here.
JDK 18
18 b19Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Description
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.)
12-12-2022

Changeset: c3b75c6c Author: Thomas Schatzl <tschatzl@openjdk.org> Date: 2021-10-13 08:10:55 +0000 URL: https://git.openjdk.java.net/jdk/commit/c3b75c6cdf03ffa3c887bf3db29e17668b228f79
13-10-2021