RFR: 8347731: Replace SIZE_FORMAT in zgc
Coleen Phillimore
coleenp at openjdk.org
Thu Jan 16 12:52:44 UTC 2025
On Wed, 15 Jan 2025 12:54:14 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> Please review this change to replace SIZE_FORMAT with %zu in the zgc directory. The only hand edit that I did for this one was SIZE_FORMAT_W(7) because my sed script had problems with it. There's a %zx in this change which I carefully made 0x%zx rather than %#zx.
> Tested with tier1-4 with the other GC changes.
Thanks Stefan, Thomas and Joel for reviewing!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23133#issuecomment-2595528241
More information about the hotspot-gc-dev
mailing list