RFR: 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

Thanks for your reviews.

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

PR Comment: https://git.openjdk.org/jdk/pull/18930#issuecomment-2082125257


More information about the hotspot-gc-dev mailing list