Integrated: 8361383: LogFileStreamOutput::write_decorations uses wrong type for format precisions

Kim Barrett kbarrett at openjdk.org
Fri Jul 11 05:33:44 UTC 2025


On Fri, 4 Jul 2025 00:13:15 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:

> Please review this change to LogFileStreamOutput to fix the type of the
> precision values used when writing the decorations in a log message.
> 
> While I was at it, value-initialize the _decorator_padding in the
> ctor-initializer rather than with a zero-filling loop.
> 
> Testing: mach5 tier1
> Locally ran several tests that generate logging output and checked by eye the
> decorator output.

This pull request has now been integrated.

Changeset: eddfc644
Author:    Kim Barrett <kbarrett at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/eddfc6449f325c55938a2b24fa651a024441b77a
Stats:     9 lines in 2 files changed: 1 ins; 0 del; 8 mod

8361383: LogFileStreamOutput::write_decorations uses wrong type for format precisions

Reviewed-by: dholmes, iklam

-------------

PR: https://git.openjdk.org/jdk/pull/26124


More information about the hotspot-runtime-dev mailing list