JDK-8360177 : ParallelArguments::initialize has incorrect format string
Type:Bug
Component:hotspot
Sub-Component:gc
Affected Version:25
Priority:P4
Status:New
Resolution:Unresolved
Submitted:2025-06-23
Updated:2025-06-23
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
In ParallelArguments::initialize there is a warning message printed using jio_fprintf. It uses uses "%d" to print two values of type uintx. It should be using "%zu".
Comments
A pull request was submitted for review.
Branch: master
URL: https://git.openjdk.org/jdk/pull/25926
Date: 2025-06-23 01:30:27 +0000