Integrated: 8322751: ZGC: Fix comments about marking roots
Guoxiong Li
gli at openjdk.org
Tue Jan 2 10:37:53 UTC 2024
On Wed, 27 Dec 2023 08:54:56 GMT, Guoxiong Li <gli at openjdk.org> wrote:
> Hi all,
>
> This trivial patch fixes comments about marking roots.
>
> Thread-stack processing has been concurrent after [JDK-8253180](https://bugs.openjdk.org/browse/JDK-8253180).
> And the code about marking root in `ZMark::start` has been removed after [JDK-8254562](https://bugs.openjdk.org/browse/JDK-8254562).
> But some comments in ZGC and generational ZGC have not fixed, which may mislead the newbies of the ZGC.
>
> Thanks for review.
>
> Best Regards,
> -- Guoxiong
This pull request has now been integrated.
Changeset: d786c495
Author: Guoxiong Li <gli at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/d786c495253d2ad85741a05639c0c14a967d872f
Stats: 3 lines in 2 files changed: 0 ins; 0 del; 3 mod
8322751: ZGC: Fix comments about marking roots
Reviewed-by: eosterlund
-------------
PR: https://git.openjdk.org/jdk/pull/17195
More information about the hotspot-gc-dev
mailing list