RFR: 8347721: Replace SIZE_FORMAT in compiler directories

Dean Long dlong at openjdk.org
Tue Jan 14 21:45:44 UTC 2025


On Tue, 14 Jan 2025 16:25:44 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> Please review this change to replace SIZE_FORMAT with %zu in the code and opto directories. There weren't very many. Most were done with a script with almost no hand-editing.
> 
> Tested just now with tier1-4 on x86 and aarch64.

Marked as reviewed by dlong (Reviewer).

One measure of "trivial" could be when the generated binaries match before and after, which should apply here.

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

PR Review: https://git.openjdk.org/jdk/pull/23108#pullrequestreview-2551079672
PR Comment: https://git.openjdk.org/jdk/pull/23108#issuecomment-2591165415


More information about the hotspot-compiler-dev mailing list