File tree 6 files changed +21
-20
lines changed
test/hotspot/jtreg/compiler/blackhole
6 files changed +21
-20
lines changed Original file line number Diff line number Diff line change 27
27
*
28
28
* @run main/othervm
29
29
* -Xmx1g
30
- * -XX:TieredStopAtLevel=1
30
+ * -Xbatch - XX:TieredStopAtLevel=1
31
31
* -XX:+UnlockDiagnosticVMOptions -XX:+AbortVMOnCompilationFailure
32
32
* -XX:CompileCommand=blackhole,compiler/blackhole/BlackholeTarget.bh_*
33
33
* compiler.blackhole.BlackholeInstanceReturnTest
39
39
*
40
40
* @run main/othervm
41
41
* -Xmx1g
42
- * -XX:-TieredCompilation
42
+ * -Xbatch - XX:-TieredCompilation
43
43
* -XX:+UnlockDiagnosticVMOptions -XX:+AbortVMOnCompilationFailure
44
44
* -XX:CompileCommand=blackhole,compiler/blackhole/BlackholeTarget.bh_*
45
45
* compiler.blackhole.BlackholeInstanceReturnTest
52
52
*
53
53
* @run main/othervm
54
54
* -Xmx1g -XX:-UseCompressedOops
55
- * -XX:TieredStopAtLevel=1
55
+ * -Xbatch - XX:TieredStopAtLevel=1
56
56
* -XX:+UnlockDiagnosticVMOptions -XX:+AbortVMOnCompilationFailure
57
57
* -XX:CompileCommand=blackhole,compiler/blackhole/BlackholeTarget.bh_*
58
58
* compiler.blackhole.BlackholeInstanceReturnTest
65
65
*
66
66
* @run main/othervm
67
67
* -Xmx1g -XX:-UseCompressedOops
68
- * -XX:-TieredCompilation
68
+ * -Xbatch - XX:-TieredCompilation
69
69
* -XX:+UnlockDiagnosticVMOptions -XX:+AbortVMOnCompilationFailure
70
70
* -XX:CompileCommand=blackhole,compiler/blackhole/BlackholeTarget.bh_*
71
71
* compiler.blackhole.BlackholeInstanceReturnTest
Original file line number Diff line number Diff line change 27
27
*
28
28
* @run main/othervm
29
29
* -Xmx1g
30
- * -XX:TieredStopAtLevel=1
30
+ * -Xbatch - XX:TieredStopAtLevel=1
31
31
* -XX:+UnlockDiagnosticVMOptions -XX:+AbortVMOnCompilationFailure
32
32
* -XX:CompileCommand=blackhole,compiler/blackhole/BlackholeTarget.bh_*
33
33
* compiler.blackhole.BlackholeInstanceTest
39
39
*
40
40
* @run main/othervm
41
41
* -Xmx1g
42
- * -XX:-TieredCompilation
42
+ * -Xbatch - XX:-TieredCompilation
43
43
* -XX:+UnlockDiagnosticVMOptions -XX:+AbortVMOnCompilationFailure
44
44
* -XX:CompileCommand=blackhole,compiler/blackhole/BlackholeTarget.bh_*
45
45
* compiler.blackhole.BlackholeInstanceTest
52
52
*
53
53
* @run main/othervm
54
54
* -Xmx1g -XX:-UseCompressedOops
55
- * -XX:TieredStopAtLevel=1
55
+ * -Xbatch - XX:TieredStopAtLevel=1
56
56
* -XX:+UnlockDiagnosticVMOptions -XX:+AbortVMOnCompilationFailure
57
57
* -XX:CompileCommand=blackhole,compiler/blackhole/BlackholeTarget.bh_*
58
58
* compiler.blackhole.BlackholeInstanceTest
65
65
*
66
66
* @run main/othervm
67
67
* -Xmx1g -XX:-UseCompressedOops
68
- * -XX:-TieredCompilation
68
+ * -Xbatch - XX:-TieredCompilation
69
69
* -XX:+UnlockDiagnosticVMOptions -XX:+AbortVMOnCompilationFailure
70
70
* -XX:CompileCommand=blackhole,compiler/blackhole/BlackholeTarget.bh_*
71
71
* compiler.blackhole.BlackholeInstanceTest
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ public static void driver() throws IOException {
53
53
{
54
54
ProcessBuilder pb = ProcessTools .createJavaProcessBuilder (
55
55
"-Xmx128m" ,
56
+ "-Xbatch" ,
56
57
"-XX:CompileCommand=quiet" ,
57
58
"-XX:CompileCommand=blackhole,compiler/blackhole/BlackholeTarget.bh_*" ,
58
59
"compiler.blackhole.BlackholeNonVoidWarning" ,
Original file line number Diff line number Diff line change 27
27
*
28
28
* @run main/othervm
29
29
* -Xmx1g
30
- * -XX:TieredStopAtLevel=1
30
+ * -Xbatch - XX:TieredStopAtLevel=1
31
31
* -XX:+UnlockDiagnosticVMOptions -XX:+AbortVMOnCompilationFailure
32
32
* -XX:CompileCommand=blackhole,compiler/blackhole/BlackholeTarget.bh_*
33
33
* compiler.blackhole.BlackholeNullCheckTest
39
39
*
40
40
* @run main/othervm
41
41
* -Xmx1g
42
- * -XX:-TieredCompilation
42
+ * -Xbatch - XX:-TieredCompilation
43
43
* -XX:+UnlockDiagnosticVMOptions -XX:+AbortVMOnCompilationFailure
44
44
* -XX:CompileCommand=blackhole,compiler/blackhole/BlackholeTarget.bh_*
45
45
* compiler.blackhole.BlackholeNullCheckTest
52
52
*
53
53
* @run main/othervm
54
54
* -Xmx1g -XX:-UseCompressedOops
55
- * -XX:TieredStopAtLevel=1
55
+ * -Xbatch - XX:TieredStopAtLevel=1
56
56
* -XX:+UnlockDiagnosticVMOptions -XX:+AbortVMOnCompilationFailure
57
57
* -XX:CompileCommand=blackhole,compiler/blackhole/BlackholeTarget.bh_*
58
58
* compiler.blackhole.BlackholeNullCheckTest
65
65
*
66
66
* @run main/othervm
67
67
* -Xmx1g -XX:-UseCompressedOops
68
- * -XX:-TieredCompilation
68
+ * -Xbatch - XX:-TieredCompilation
69
69
* -XX:+UnlockDiagnosticVMOptions -XX:+AbortVMOnCompilationFailure
70
70
* -XX:CompileCommand=blackhole,compiler/blackhole/BlackholeTarget.bh_*
71
71
* compiler.blackhole.BlackholeNullCheckTest
Original file line number Diff line number Diff line change 27
27
*
28
28
* @run main/othervm
29
29
* -Xmx1g
30
- * -XX:TieredStopAtLevel=1
30
+ * -Xbatch - XX:TieredStopAtLevel=1
31
31
* -XX:+UnlockDiagnosticVMOptions -XX:+AbortVMOnCompilationFailure
32
32
* -XX:CompileCommand=blackhole,compiler/blackhole/BlackholeTarget.bh_*
33
33
* compiler.blackhole.BlackholeStaticReturnTest
39
39
*
40
40
* @run main/othervm
41
41
* -Xmx1g
42
- * -XX:-TieredCompilation
42
+ * -Xbatch - XX:-TieredCompilation
43
43
* -XX:+UnlockDiagnosticVMOptions -XX:+AbortVMOnCompilationFailure
44
44
* -XX:CompileCommand=blackhole,compiler/blackhole/BlackholeTarget.bh_*
45
45
* compiler.blackhole.BlackholeStaticReturnTest
52
52
*
53
53
* @run main/othervm
54
54
* -Xmx1g -XX:-UseCompressedOops
55
- * -XX:TieredStopAtLevel=1
55
+ * -Xbatch - XX:TieredStopAtLevel=1
56
56
* -XX:+UnlockDiagnosticVMOptions -XX:+AbortVMOnCompilationFailure
57
57
* -XX:CompileCommand=blackhole,compiler/blackhole/BlackholeTarget.bh_*
58
58
* compiler.blackhole.BlackholeStaticReturnTest
65
65
*
66
66
* @run main/othervm
67
67
* -Xmx1g -XX:-UseCompressedOops
68
- * -XX:-TieredCompilation
68
+ * -Xbatch - XX:-TieredCompilation
69
69
* -XX:+UnlockDiagnosticVMOptions -XX:+AbortVMOnCompilationFailure
70
70
* -XX:CompileCommand=blackhole,compiler/blackhole/BlackholeTarget.bh_*
71
71
* compiler.blackhole.BlackholeStaticReturnTest
Original file line number Diff line number Diff line change 27
27
*
28
28
* @run main/othervm
29
29
* -Xmx1g
30
- * -XX:TieredStopAtLevel=1
30
+ * -Xbatch - XX:TieredStopAtLevel=1
31
31
* -XX:+UnlockDiagnosticVMOptions -XX:+AbortVMOnCompilationFailure
32
32
* -XX:CompileCommand=blackhole,compiler/blackhole/BlackholeTarget.bh_*
33
33
* compiler.blackhole.BlackholeStaticTest
39
39
*
40
40
* @run main/othervm
41
41
* -Xmx1g
42
- * -XX:-TieredCompilation
42
+ * -Xbatch - XX:-TieredCompilation
43
43
* -XX:+UnlockDiagnosticVMOptions -XX:+AbortVMOnCompilationFailure
44
44
* -XX:CompileCommand=blackhole,compiler/blackhole/BlackholeTarget.bh_*
45
45
* compiler.blackhole.BlackholeStaticTest
52
52
*
53
53
* @run main/othervm
54
54
* -Xmx1g -XX:-UseCompressedOops
55
- * -XX:TieredStopAtLevel=1
55
+ * -Xbatch - XX:TieredStopAtLevel=1
56
56
* -XX:+UnlockDiagnosticVMOptions -XX:+AbortVMOnCompilationFailure
57
57
* -XX:CompileCommand=blackhole,compiler/blackhole/BlackholeTarget.bh_*
58
58
* compiler.blackhole.BlackholeStaticTest
65
65
*
66
66
* @run main/othervm
67
67
* -Xmx1g -XX:-UseCompressedOops
68
- * -XX:-TieredCompilation
68
+ * -Xbatch - XX:-TieredCompilation
69
69
* -XX:+UnlockDiagnosticVMOptions -XX:+AbortVMOnCompilationFailure
70
70
* -XX:CompileCommand=blackhole,compiler/blackhole/BlackholeTarget.bh_*
71
71
* compiler.blackhole.BlackholeStaticTest
You can’t perform that action at this time.
0 commit comments