RFR: 8347732: Replace SIZE_FORMAT in shenandoah [v2]
Coleen Phillimore
coleenp at openjdk.org
Wed Jan 15 13:17:04 UTC 2025
> Please review this change to replace SIZE_FORMAT with %zu in the shenandoah directories. The goal is for one of these changes to remove SIZE_FORMAT so this change is necessary. Most was done with a script, except the SIZE_FORMAT_W(10) in print_gc_stats which was changed manually to retain the formatting.
> Tested with building shenandoah and tier1-4.
Coleen Phillimore has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains three commits:
- Merge branch 'master' into zmod-shenandoah
- Add Oracle copyrights.
- Replace SIZE_FORMAT in shenandoah gc
-------------
Changes: https://git.openjdk.org/jdk/pull/23134/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=23134&range=01
Stats: 341 lines in 45 files changed: 40 ins; 0 del; 301 mod
Patch: https://git.openjdk.org/jdk/pull/23134.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/23134/head:pull/23134
PR: https://git.openjdk.org/jdk/pull/23134
More information about the hotspot-gc-dev
mailing list