RFR: 8347924: Replace SIZE_FORMAT in memory and metaspace

Coleen Phillimore coleenp at openjdk.org
Thu Jan 16 13:55:06 UTC 2025


Please review this change to replace SIZE_FORMAT with %zu in the memory and metaspace directories.  This code prints a lot of numbers so splitting this out.  Most done by script but a couple of hand-edited commits.
Testing with tier1-4.

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

Commit messages:
 - Minor reformatting
 - Changes made by hand
 - Replace SIZE_FORMAT in memory and metaspace

Changes: https://git.openjdk.org/jdk/pull/23157/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=23157&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8347924
  Stats: 104 lines in 26 files changed: 0 ins; 2 del; 102 mod
  Patch: https://git.openjdk.org/jdk/pull/23157.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/23157/head:pull/23157

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


More information about the hotspot-runtime-dev mailing list