RFR: 8330960: Serial: Remove SerialFullGC::_total_invocations
Albert Mingkun Yang
ayang at openjdk.org
Wed Apr 24 09:18:32 UTC 2024
On Wed, 24 Apr 2024 09:08:35 GMT, Guoxiong Li <gli at openjdk.org> wrote:
> Hi all,
>
> This patch removes the field `SerialFullGC::_total_invocations` and its related usages, and uses `CollectedHeap::_total_full_collections` instead.
>
> Thanks for taking the time to review.
>
> Best Regards,
> -- Guoxiong
Marked as reviewed by ayang (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/18930#pullrequestreview-2019341884
More information about the hotspot-gc-dev
mailing list