JDK-8360177 : ParallelArguments::initialize has incorrect format string
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 25
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2025-06-23
  • Updated: 2025-07-03
  • Resolved: 2025-06-24
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.

To download the current JDK release, click here.
JDK 26
26 b04Fixed
Related Reports
Blocks :  
Description
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
Changeset: 0514cee6 Branch: master Author: Kim Barrett <kbarrett@openjdk.org> Date: 2025-06-24 14:27:47 +0000 URL: https://git.openjdk.org/jdk/commit/0514cee6c884b6d31735551b8a3ce7a2be661094
24-06-2025

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
23-06-2025