Integrated: 8366941: Excessive logging in serviceability tests causes timeout

Ioi Lam iklam at openjdk.org
Sat Sep 20 17:28:36 UTC 2025


On Sat, 20 Sep 2025 01:20:17 GMT, Ioi Lam <iklam at openjdk.org> wrote:

> These tests use `-Xlog:all=trace` which can cause excessive output that runs very slowly, especially on Windows.
> A recent change, [JDK-8362566](https://bugs.openjdk.org/browse/JDK-8362566), adds lots of output to `-Xlog:aot+map*=trace`. As a result, some of these tests are starting to timeout.
> 
> None of these tests actually require a lot of logging output. The should be fixed to use `-Xlog:all=info` instead.

This pull request has now been integrated.

Changeset: d21e73de
Author:    Ioi Lam <iklam at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/d21e73dee3dad6332b00f5932bd266b100e9090b
Stats:     7 lines in 3 files changed: 0 ins; 0 del; 7 mod

8366941: Excessive logging in serviceability tests causes timeout

Reviewed-by: lmesnik, sspitsyn

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

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


More information about the serviceability-dev mailing list