RFR: 8330693: Generational ZGC: Simplify ZAddress::finalizable_good and ZAddress::mark_good
Guoxiong Li
gli at openjdk.org
Tue Apr 23 16:35:32 UTC 2024
On Sat, 20 Apr 2024 05:37:24 GMT, Guoxiong Li <gli at openjdk.org> wrote:
> Hi all,
>
> This patch simplifies the methods `ZAddress::finalizable_good` and `ZAddress::mark_good`, mainly removing the code which computes the `non_mark_prev_bits`.
>
> The tests `make test-tier1_gc` passed locally. Thanks for taking the time to review.
>
> Best Regards,
> -- Guoxiong
Thanks for your reviews. Integrating.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18873#issuecomment-2072877798
More information about the hotspot-gc-dev
mailing list