RFR: 8347731: Replace SIZE_FORMAT in zgc

Stefan Karlsson stefank at openjdk.org
Wed Jan 15 18:25:41 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 stefank (Reviewer).

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

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


More information about the hotspot-gc-dev mailing list