Skip to content

Commit 2a1da76

Browse files
author
duke
committed
Backport 8ba0db0de8b79f64cbfa56683f660f888c880182
1 parent f60d8f8 commit 2a1da76

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/hotspot/jtreg/runtime/logging/StressAsyncUL.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ static void analyze_output(boolean stalling_mode, String... args) throws Excepti
4545
}
4646
}
4747
public static void main(String[] args) throws Exception {
48-
analyze_output(false, "-Xlog:async:drop", "-Xlog:all=trace", InnerClass.class.getName());
49-
analyze_output(true, "-Xlog:async:stall", "-Xlog:all=trace", InnerClass.class.getName());
48+
analyze_output(false, "-Xlog:async:drop", "-Xlog:all=debug", InnerClass.class.getName());
49+
analyze_output(true, "-Xlog:async:stall", "-Xlog:all=debug", InnerClass.class.getName());
5050
// Stress test with a very small buffer. Note: Any valid buffer size must be able to hold a flush token.
5151
// Therefore the size of the buffer cannot be zero.
52-
analyze_output(false, "-Xlog:async:drop", "-Xlog:all=trace", "-XX:AsyncLogBufferSize=192", InnerClass.class.getName());
53-
analyze_output(true, "-Xlog:async:stall", "-Xlog:all=trace", "-XX:AsyncLogBufferSize=192", InnerClass.class.getName());
52+
analyze_output(false, "-Xlog:async:drop", "-Xlog:all=debug", "-XX:AsyncLogBufferSize=192", InnerClass.class.getName());
53+
analyze_output(true, "-Xlog:async:stall", "-Xlog:all=debug", "-XX:AsyncLogBufferSize=192", InnerClass.class.getName());
5454
}
5555

5656
public static class InnerClass {

0 commit comments

Comments
 (0)