RFR: 8347730: Replace SIZE_FORMAT in g1
Coleen Phillimore
coleenp at openjdk.org
Tue Jan 14 18:45:27 UTC 2025
Please review this change to replace SIZE_FORMAT with %zu in the g1 directory. Most edits were by script but SIZE_FORMAT_W(n) was done sort of by hand. Also fixed one place where preexisting formatting was bad.
Tested all the GC changes together (other PRs coming) with tier1-4 on x86 and aarch64.
-------------
Commit messages:
- Fix squished message.
- Replace SIZE_FORMAT in g1 gc
Changes: https://git.openjdk.org/jdk/pull/23114/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=23114&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8347730
Stats: 177 lines in 37 files changed: 0 ins; 0 del; 177 mod
Patch: https://git.openjdk.org/jdk/pull/23114.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/23114/head:pull/23114
PR: https://git.openjdk.org/jdk/pull/23114
More information about the hotspot-gc-dev
mailing list