Integrated: 8346690: Shenandoah: Fix log message for end of GC usage report

William Kemper wkemper at openjdk.org
Fri Dec 20 17:32:42 UTC 2024


On Thu, 19 Dec 2024 23:48:26 GMT, William Kemper <wkemper at openjdk.org> wrote:

> At the end of a cycle, the non-generational mode usage report has an errant reference to 'generation':
> 
> GC(1) At end of GC: generation used: 835M ...
> 
> After this change, the message is:
> 
> GC(0) At end of GC: used: 1793K ...
> 
> 
> The message is unchanged for the generational mode:
> 
> GC(0) At end of Concurrent Global GC: Young generation used: 1544K ...
> GC(0) At end of Concurrent Global GC: Old generation used: 0B ...

This pull request has now been integrated.

Changeset: d2a48634
Author:    William Kemper <wkemper at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/d2a48634b872b65668b57d3975f805277ae96f83
Stats:     18 lines in 1 file changed: 3 ins; 0 del; 15 mod

8346690: Shenandoah: Fix log message for end of GC usage report

Reviewed-by: ysr, kdnilsen

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

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


More information about the hotspot-gc-dev mailing list