Integrated: 8347733: Replace SIZE_FORMAT in runtime code
Coleen Phillimore
coleenp at openjdk.org
Fri Jan 17 16:27:46 UTC 2025
On Thu, 16 Jan 2025 16:48:02 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> Please review this change to replace SIZE_FORMAT with %zu in the runtime code. The second and third commits are hand editing for fixing up formats of the code, not the output. After this, there'll be a separate change to remove SIZE_FORMAT. Note that SIZE_FORMAT_X_0 depends on LP64 so that macro will be retained. There were a couple of compiler files that I missed.
> Tested with tier1-4.
This pull request has now been integrated.
Changeset: baca7daa
Author: Coleen Phillimore <coleenp at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/baca7daa32d553b647bdb33bb74a0eb84542deeb
Stats: 341 lines in 68 files changed: 3 ins; 6 del; 332 mod
8347733: Replace SIZE_FORMAT in runtime code
Reviewed-by: matsaave, sspitsyn, dholmes
-------------
PR: https://git.openjdk.org/jdk/pull/23160
More information about the hotspot-dev
mailing list