Integrated: 8330960: Serial: Remove SerialFullGC::_total_invocations
Guoxiong Li
gli at openjdk.org
Mon Apr 29 08:19:13 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
This pull request has now been integrated.
Changeset: 766d0b0f
Author: Guoxiong Li <gli at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/766d0b0fa0809a0bf500f1883592f5074482f168
Stats: 12 lines in 2 files changed: 0 ins; 11 del; 1 mod
8330960: Serial: Remove SerialFullGC::_total_invocations
Reviewed-by: ayang, tschatzl
-------------
PR: https://git.openjdk.org/jdk/pull/18930
More information about the hotspot-gc-dev
mailing list