RFR: 8322751: ZGC: Fix comments about marking roots
Erik Österlund
eosterlund at openjdk.org
Wed Dec 27 09:07:36 UTC 2023
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
Marked as reviewed by eosterlund (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/17195#pullrequestreview-1796927123
More information about the hotspot-gc-dev
mailing list