RFR: 8348536: Remove remain SIZE_FORMAT usage after JDK-8347990 [v3]
Coleen Phillimore
coleenp at openjdk.org
Mon Feb 24 16:43:52 UTC 2025
On Mon, 24 Feb 2025 15:57:34 GMT, SendaoYan <syan at openjdk.org> wrote:
>> Hi all,
>> This is complement implement PR of [JDK-8347990](https://bugs.openjdk.org/browse/JDK-8347990), which fix make fails with extra flags '-DLOG_PLEASE'.
>>
>> Change has been verified locally, test-fix only, risk is low.
>
> SendaoYan has updated the pull request incrementally with one additional commit since the last revision:
>
> Remove the extra whilespace in test/hotspot/gtest/metaspace/test_blocktree.cpp
Yes, replace SSIZE_FORMAT with %zd. I see that the SIZE_FORMAT_HEX was the one I kept, so that should not be replaced. Sorry for the confusion. PTR_FORMAT should not be replaced.
Edit. I'm the one suffering from confusion. I don't see any SIZE_FORMAT_HEX, just SIZE_FORMAT_X_0.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23290#issuecomment-2679026796
More information about the hotspot-runtime-dev
mailing list