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.

To download the current JDK release, click here.
JDK 17
17 b08Fixed
Related Reports
Blocks :  
Relates :  
Description
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.
Comments
Changeset: 288a4fed Author: Thomas Schatzl <tschatzl@openjdk.org> Date: 2021-02-02 11:01:48 +0000 URL: https://git.openjdk.java.net/jdk/commit/288a4fed
02-02-2021