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. ------------- Commit messages: - 8366941: Excessive logging in serviceability tests causes timeout Changes: https://git.openjdk.org/jdk/pull/27401/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=27401&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8366941 Stats: 7 lines in 3 files changed: 0 ins; 0 del; 7 mod Patch: https://git.openjdk.org/jdk/pull/27401.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/27401/head:pull/27401 PR: https://git.openjdk.org/jdk/pull/27401
