On Fri, 17 Apr 2026 22:51:31 GMT, Evgeny Astigeevich <[email protected]>
wrote:
>> src/hotspot/share/code/codeCache.cpp line 1891:
>>
>>> 1889: "Kb, max_used=" JULONG_FORMAT "Kb, free="
>>> JULONG_FORMAT "Kb",
>>> 1890: total_size, total_used, total_max_used,
>>> total_free);
>>> 1891: st->print_cr(" total_blobs=" UINT32_FORMAT ", nmethods="
>>> UINT32_FORMAT
>>
>> Should we use ' ': `total blobs` since `total` relates to all counts in this
>> line,
>
> Agree it is better to use ' '.
Done
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/30803#discussion_r3103853281