RFR: 8360177: ParallelArguments::initialize has incorrect format string
Sangheon Kim
sangheki at openjdk.org
Mon Jun 23 19:58:28 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.
LGTM
-------------
Marked as reviewed by sangheki (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/25926#pullrequestreview-2951369176
More information about the hotspot-gc-dev
mailing list