RFR: 8330960: Serial: Remove SerialFullGC::_total_invocations

Thomas Schatzl tschatzl at openjdk.org
Mon Apr 29 08:08:05 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 tschatzl (Reviewer).

-------------

PR Review: https://git.openjdk.org/jdk/pull/18930#pullrequestreview-2027802239


More information about the hotspot-gc-dev mailing list