RFR: 8329549: Remove FORMAT64_MODIFIER [v2]
David Holmes
dholmes at openjdk.org
Tue Jan 7 13:15:45 UTC 2025
On Tue, 7 Jan 2025 12:39:47 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> This change removes FORMAT64_MODIFIER but adds another INT64_FORMAT_X_0_ macro to specify not having leading "0x" in the output. Suggestions for better macro name welcome.
>> GHA tested.
>
> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
>
> Use INT64_FORMAT_0
src/hotspot/share/utilities/globalDefinitions.hpp line 135:
> 133: #define UINT64_FORMAT_W(width) "%" #width PRIu64
> 134:
> 135: // Format with padding without leading 0x
This comment belongs in the "Guide to suffixes" block comment above.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22918#discussion_r1905436918
More information about the hotspot-dev
mailing list