RFR: 8306735: G1: G1FullGCScope remove unnecessary member _explicit_gc
Ivan Walulya
iwalulya at openjdk.org
Wed Apr 26 10:27:54 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
Thanks for the reviews!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13638#issuecomment-1523154893
More information about the hotspot-gc-dev
mailing list