Integrated: 8331392: G1: Make HRPrinter distinguish between different types of reclamation

Thomas Schatzl tschatzl at openjdk.org
Thu May 2 08:46:55 UTC 2024


On Tue, 30 Apr 2024 09:05:32 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi all,
> 
>   while debugging some unrelated issues using the HRPrinter logging, I found it useful to discriminate between different sources of reclamation in the output. At least "cleanup" seems a bit non-descriptive to me, and only ever fit the case where we "cleaned up" completely empty regions during the Cleanup pause (pre jdk11).
> 
> Thanks,
>   Thomas

This pull request has now been integrated.

Changeset: fe23068d
Author:    Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/fe23068d946181b0346e470d3172c5d29cc2e05c
Stats:     18 lines in 4 files changed: 10 ins; 0 del; 8 mod

8331392: G1: Make HRPrinter distinguish between different types of reclamation

Reviewed-by: ayang, iwalulya, gli

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

PR: https://git.openjdk.org/jdk/pull/19013


More information about the hotspot-gc-dev mailing list