@@ -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