Integrated: 8346990: Remove INTX_FORMAT and UINTX_FORMAT macros

Coleen Phillimore coleenp at openjdk.org
Mon Jan 13 22:06:49 UTC 2025


On Fri, 3 Jan 2025 14:32:39 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> 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.

This pull request has now been integrated.

Changeset: 379d05bc
Author:    Coleen Phillimore <coleenp at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/379d05bcc130446086786ecf6ca5a6b8e977386c
Stats:     344 lines in 83 files changed: 6 ins; 19 del; 319 mod

8346990: Remove INTX_FORMAT and UINTX_FORMAT macros

Reviewed-by: kbarrett, dholmes, matsaave

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

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


More information about the shenandoah-dev mailing list