Integrated: 8306735: G1: G1FullGCScope remove unnecessary member _explicit_gc
Ivan Walulya
iwalulya at openjdk.org
Wed Apr 26 10:27:55 UTC 2023
On Tue, 25 Apr 2023 11:05:21 GMT, Ivan Walulya <iwalulya at openjdk.org> wrote:
> Hi All,
>
> Please review this change to remove the unnecessary `explicit_gc` member from G1FullGCScope. We can rely on gc_cause() to determine whether the explicit_gc is true where required.
>
> Testing: tier1_gc
This pull request has now been integrated.
Changeset: 86f41a4c
Author: Ivan Walulya <iwalulya at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/86f41a4c42268d364175263804eb4d1ce82fa943
Stats: 31 lines in 7 files changed: 0 ins; 20 del; 11 mod
8306735: G1: G1FullGCScope remove unnecessary member _explicit_gc
Reviewed-by: ayang, tschatzl
-------------
PR: https://git.openjdk.org/jdk/pull/13638
More information about the hotspot-gc-dev
mailing list