Integrated: 8319541: G1: Inline G1RemoveSelfForwardsTask into RestoreRetainedRegionsTask
Thomas Schatzl
tschatzl at openjdk.org
Tue Nov 7 13:51:44 UTC 2023
On Mon, 6 Nov 2023 15:59:50 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
> Hi,
>
> please review this change that inlines the `G1RemoveSelfForwardsTask` into the `RestoreRetainedRegionsTask` because the former is only used by the latter, and the latter only forwards to the former anyway.
>
> Testing: local compilation
>
> Thanks,
> Thomas
This pull request has now been integrated.
Changeset: c7600979
Author: Thomas Schatzl <tschatzl at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/c760097943d0fc893433d813502e2ff02bb4c82d
Stats: 473 lines in 4 files changed: 188 ins; 280 del; 5 mod
8319541: G1: Inline G1RemoveSelfForwardsTask into RestoreRetainedRegionsTask
Reviewed-by: ayang, iwalulya
-------------
PR: https://git.openjdk.org/jdk/pull/16522
More information about the hotspot-gc-dev
mailing list