RFR: 8347731: Replace SIZE_FORMAT in zgc

Joel Sikström jsikstro at openjdk.org
Thu Jan 16 12:25:36 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.

Marked as reviewed by jsikstro (Committer).

-------------

PR Review: https://git.openjdk.org/jdk/pull/23133#pullrequestreview-2555814563


More information about the hotspot-gc-dev mailing list