RFR: 8348536: Remove remain SIZE_FORMAT usage after JDK-8347990 [v2]
SendaoYan
syan at openjdk.org
Mon Feb 24 15:57:34 UTC 2025
On Mon, 24 Feb 2025 15:43:09 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> SendaoYan has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Remove #ifndef LOG_PLEASE
>
> test/hotspot/gtest/metaspace/test_blocktree.cpp line 146:
>
>> 144: }
>> 145:
>> 146: LOG("%zu" ": %zu.", request_size, real_size);
>
> This can be changed to:
> "%zu: %zu.", removing the extra " ".
The extra whitespace has been removed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23290#discussion_r1967938532
More information about the hotspot-runtime-dev
mailing list