JDK-8361383 : LogFileStreamOutput::write_decorations uses wrong type for format precisions
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 11
  • Priority: P4
  • Status: New
  • Resolution: Unresolved
  • Submitted: 2025-07-04
  • Updated: 2025-07-07
Related Reports
Blocks :  
Description
LogFileStreamOutput::write_decorations calls jio_fprintf with a precision value of type size_t, but such values must be of type int.

Comments
A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/26124 Date: 2025-07-04 00:13:15 +0000
04-07-2025