RFR: 8346990: Remove INTX_FORMAT and UINTX_FORMAT macros [v4]
Coleen Phillimore
coleenp at openjdk.org
Mon Jan 6 15:24:18 UTC 2025
> There are a lot of format modifiers that are noisy and unnecessary in the code. This change removes the INTX variants. It's not that disruptive even for backporting because %z modifier has been available for a long time so should backport fine. This was mostly done with a sed script plus some hand fixups.
>
> Testing mach5 and other platform cross compilations in progress. Opening this for GHA testing.
Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
Use INTPTR_FORMAT instead of zu for secondary_supers_bitmap.
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/22916/files
- new: https://git.openjdk.org/jdk/pull/22916/files/15b1052a..6e8b2702
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=22916&range=03
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=22916&range=02-03
Stats: 2 lines in 2 files changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/22916.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/22916/head:pull/22916
PR: https://git.openjdk.org/jdk/pull/22916
More information about the shenandoah-dev
mailing list