RFR: 8347721: Replace SIZE_FORMAT in compiler directories

Coleen Phillimore coleenp at openjdk.org
Tue Jan 14 16:33:17 UTC 2025


Please review this change to replace SIZE_FORMAT with %zu in the code and opto directories. There weren't very many. Most was done with a script with almost no hand-editing.

Tested just now with tier1-4 on x86 and aarch64.

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

Commit messages:
 - Round 1.

Changes: https://git.openjdk.org/jdk/pull/23108/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=23108&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8347721
  Stats: 30 lines in 5 files changed: 0 ins; 0 del; 30 mod
  Patch: https://git.openjdk.org/jdk/pull/23108.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/23108/head:pull/23108

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


More information about the hotspot-runtime-dev mailing list