RFR: 8360177: ParallelArguments::initialize has incorrect format string
Thomas Schatzl
tschatzl at openjdk.org
Mon Jun 23 19:44:32 UTC 2025
On Mon, 23 Jun 2025 01:30:27 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
> Please review this trivial fix to a jio_fprintf format string. It should be using
> "%zu" to print values of type uintx, rather than using "%d".
>
> Testing: mach5 tier1
> Locally tested with gcc printf warnings enabled for jio_fprintf, and verified
> the warnings for the changed call are no longer present.
Marked as reviewed by tschatzl (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/25926#pullrequestreview-2951338529
More information about the hotspot-gc-dev
mailing list