Integrated: 8364531: G1: Factor out liveness tracing code

Thomas Schatzl tschatzl at openjdk.org
Tue Aug 5 16:16:12 UTC 2025


On Fri, 1 Aug 2025 10:31:43 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi all,
> 
>   please review this refactoring, eliminating some copy&paste, in cset candidate group liveness logging.
> 
> The output is mostly the same, except for the young cset group, where the "-" has been replaced to just print the default value (0.0) for efficiency. I did not see this important to have, the gc efficiency for young gen isn't interesting.
> 
> Testing: local compilation, gha, visual inspection of output
> 
> Thanks,
>   Thomas

This pull request has now been integrated.

Changeset: d906e450
Author:    Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/d906e45026f54fe7102e531d3753adc32ff0025c
Stats:     76 lines in 2 files changed: 27 ins; 40 del; 9 mod

8364531: G1: Factor out liveness tracing code

Reviewed-by: ayang, sangheki

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

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


More information about the hotspot-gc-dev mailing list