Integrated: 8360177: ParallelArguments::initialize has incorrect format string
Kim Barrett
kbarrett at openjdk.org
Tue Jun 24 14:32:33 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.
This pull request has now been integrated.
Changeset: 0514cee6
Author: Kim Barrett <kbarrett at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/0514cee6c884b6d31735551b8a3ce7a2be661094
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8360177: ParallelArguments::initialize has incorrect format string
Reviewed-by: tschatzl, sangheki
-------------
PR: https://git.openjdk.org/jdk/pull/25926
More information about the hotspot-gc-dev
mailing list