JDK-8322751 : ZGC: Fix comments about marking roots
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 23
  • Priority: P5
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-12-27
  • Updated: 2024-01-08
  • Resolved: 2024-01-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 23
23 b04Fixed
Related Reports
Relates :  
Relates :  
Description
Thread-stack processing has been concurrent after JDK-8253180. And the code about marking root in `ZMark::start` has been removed after JDK-8254562. But some comments in ZGC and generational ZGC have not fixed, which may mislead the newbies of the ZGC.
Comments
Changeset: d786c495 Author: Guoxiong Li <gli@openjdk.org> Date: 2024-01-02 10:34:25 +0000 URL: https://git.openjdk.org/jdk/commit/d786c495253d2ad85741a05639c0c14a967d872f
02-01-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/17195 Date: 2023-12-27 08:54:56 +0000
27-12-2023