Integrated: 8304711: Combine G1 root region abort and wait into a single method
Thomas Schatzl
tschatzl at openjdk.org
Thu Mar 23 19:17:43 UTC 2023
On Wed, 22 Mar 2023 15:59:15 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
> Hi all,
>
> merge root region scan and abort calls into a single method as they are used together twice; this also helps with [JDK-8300770](https://bugs.openjdk.org/browse/JDK-8300770) later.
>
> Testing: gha
>
> Thanks,
> Thomas
This pull request has now been integrated.
Changeset: f37674a8
Author: Thomas Schatzl <tschatzl at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/f37674a8f7efb4304683dacc855f940be2768a09
Stats: 14 lines in 3 files changed: 6 ins; 2 del; 6 mod
8304711: Combine G1 root region abort and wait into a single method
Reviewed-by: ayang, iwalulya
-------------
PR: https://git.openjdk.org/jdk/pull/13145
More information about the hotspot-gc-dev
mailing list