Integrated: 8330693: Generational ZGC: Simplify ZAddress::finalizable_good and ZAddress::mark_good
Guoxiong Li
gli at openjdk.org
Tue Apr 23 16:35:33 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
This pull request has now been integrated.
Changeset: b4cea701
Author: Guoxiong Li <gli at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/b4cea701c9cab15007c485088dd5b8d7025d83ef
Stats: 6 lines in 1 file changed: 0 ins; 4 del; 2 mod
8330693: Generational ZGC: Simplify ZAddress::finalizable_good and ZAddress::mark_good
Reviewed-by: stefank, eosterlund
-------------
PR: https://git.openjdk.org/jdk/pull/18873
More information about the hotspot-gc-dev
mailing list