RFR: 8344263: GenShen: Reduce extraneous log messages at INFO level [v3]
William Kemper
wkemper at openjdk.org
Fri Nov 15 21:27:57 UTC 2024
On Fri, 15 Nov 2024 20:26:56 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
>> William Kemper has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Make generation names proper case
>
> src/hotspot/share/gc/shenandoah/shenandoahUtils.hpp line 50:
>
>> 48: switch (generation_type) { \
>> 49: case NON_GEN: \
>> 50: return prefix " " postfix; \
>
> I think this causes a double space, for example here between "roots" and "(unload classes)" here:
>
>
> [2.736s][info][gc] GC(42) Concurrent weak roots (unload classes) 0.740ms
Yes, fixed here: https://github.com/openjdk/shenandoah/pull/540/commits/1c7752c121853c131a352025f3d87cc179549506
-------------
PR Review Comment: https://git.openjdk.org/shenandoah/pull/540#discussion_r1844491208
More information about the shenandoah-dev
mailing list