Integrated: 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.

This pull request has now been integrated.

Changeset: 8bfa5405
Author:    Coleen Phillimore <coleenp at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/8bfa54055013ca92696982c86ed3869627718219
Stats:     79 lines in 19 files changed: 0 ins; 0 del; 79 mod

8347731: Replace SIZE_FORMAT in zgc

Reviewed-by: stefank, tschatzl, jsikstro

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

PR: https://git.openjdk.org/jdk/pull/23133


More information about the hotspot-gc-dev mailing list