Integrated: 8328928: Serial: Use IsGCActiveMark instead of AutoModifyRestore in SerialHeap::do_collection

Guoxiong Li gli at openjdk.org
Tue Mar 26 14:37:30 UTC 2024


On Mon, 25 Mar 2024 14:26:34 GMT, Guoxiong Li <gli at openjdk.org> wrote:

> Hi all,
> 
> This patch uses `IsGCActiveMark` instead of `AutoModifyRestore` in `SerialHeap::do_collection` so that all the GCs use the `IsGCActiveMark` uniformly. 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: da8a095a
Author:    Guoxiong Li <gli at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/da8a095a19c90e7ee2b45fab9b533a1092887023
Stats:     3 lines in 1 file changed: 1 ins; 1 del; 1 mod

8328928: Serial: Use IsGCActiveMark instead of AutoModifyRestore in SerialHeap::do_collection

Reviewed-by: ayang, tschatzl

-------------

PR: https://git.openjdk.org/jdk/pull/18473


More information about the hotspot-gc-dev mailing list