RFR: 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 19:41:31 GMT, Thomas Schatzl <tschatzl 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).
Thanks for reviews @tschatzl and @sangheon
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25926#issuecomment-3000725568
More information about the hotspot-gc-dev
mailing list