--- a/test/hotspot/jtreg/compiler/stable/TestStableByte.java Thu May 17 16:21:27 2018 -0700
+++ b/test/hotspot/jtreg/compiler/stable/TestStableByte.java Thu May 17 21:04:53 2018 -0700
@@ -39,18 +39,18 @@
* @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:-TieredCompilation
- * -XX:+FoldStableValues
+ * -XX:-FoldStableValues
* compiler.stable.TestStableByte
*
* @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
- * -XX:-TieredCompilation
+ * -XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:+FoldStableValues
* compiler.stable.TestStableByte
* @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
- * -XX:-TieredCompilation
- * -XX:+FoldStableValues
+ * -XX:+TieredCompilation -XX:TieredStopAtLevel=1
+ * -XX:-FoldStableValues
* compiler.stable.TestStableByte
*/
--- a/test/hotspot/jtreg/compiler/stable/TestStableChar.java Thu May 17 16:21:27 2018 -0700
+++ b/test/hotspot/jtreg/compiler/stable/TestStableChar.java Thu May 17 21:04:53 2018 -0700
@@ -39,18 +39,18 @@
* @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:-TieredCompilation
- * -XX:+FoldStableValues
+ * -XX:-FoldStableValues
* compiler.stable.TestStableChar
*
* @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
- * -XX:-TieredCompilation
+ * -XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:+FoldStableValues
* compiler.stable.TestStableChar
* @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
- * -XX:-TieredCompilation
- * -XX:+FoldStableValues
+ * -XX:+TieredCompilation -XX:TieredStopAtLevel=1
+ * -XX:-FoldStableValues
* compiler.stable.TestStableChar
*/
--- a/test/hotspot/jtreg/compiler/stable/TestStableDouble.java Thu May 17 16:21:27 2018 -0700
+++ b/test/hotspot/jtreg/compiler/stable/TestStableDouble.java Thu May 17 21:04:53 2018 -0700
@@ -39,18 +39,18 @@
* @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:-TieredCompilation
- * -XX:+FoldStableValues
+ * -XX:-FoldStableValues
* compiler.stable.TestStableDouble
*
* @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
- * -XX:-TieredCompilation
+ * -XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:+FoldStableValues
* compiler.stable.TestStableDouble
* @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
- * -XX:-TieredCompilation
- * -XX:+FoldStableValues
+ * -XX:+TieredCompilation -XX:TieredStopAtLevel=1
+ * -XX:-FoldStableValues
* compiler.stable.TestStableDouble
*/
--- a/test/hotspot/jtreg/compiler/stable/TestStableFloat.java Thu May 17 16:21:27 2018 -0700
+++ b/test/hotspot/jtreg/compiler/stable/TestStableFloat.java Thu May 17 21:04:53 2018 -0700
@@ -39,18 +39,18 @@
* @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:-TieredCompilation
- * -XX:+FoldStableValues
+ * -XX:-FoldStableValues
* compiler.stable.TestStableFloat
*
* @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
- * -XX:-TieredCompilation
+ * -XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:+FoldStableValues
* compiler.stable.TestStableFloat
* @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
- * -XX:-TieredCompilation
- * -XX:+FoldStableValues
+ * -XX:+TieredCompilation -XX:TieredStopAtLevel=1
+ * -XX:-FoldStableValues
* compiler.stable.TestStableFloat
*/
--- a/test/hotspot/jtreg/compiler/stable/TestStableInt.java Thu May 17 16:21:27 2018 -0700
+++ b/test/hotspot/jtreg/compiler/stable/TestStableInt.java Thu May 17 21:04:53 2018 -0700
@@ -39,18 +39,18 @@
* @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:-TieredCompilation
- * -XX:+FoldStableValues
+ * -XX:-FoldStableValues
* compiler.stable.TestStableInt
*
* @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
- * -XX:-TieredCompilation
+ * -XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:+FoldStableValues
* compiler.stable.TestStableInt
* @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
- * -XX:-TieredCompilation
- * -XX:+FoldStableValues
+ * -XX:+TieredCompilation -XX:TieredStopAtLevel=1
+ * -XX:-FoldStableValues
* compiler.stable.TestStableInt
*/
--- a/test/hotspot/jtreg/compiler/stable/TestStableLong.java Thu May 17 16:21:27 2018 -0700
+++ b/test/hotspot/jtreg/compiler/stable/TestStableLong.java Thu May 17 21:04:53 2018 -0700
@@ -39,18 +39,18 @@
* @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:-TieredCompilation
- * -XX:+FoldStableValues
+ * -XX:-FoldStableValues
* compiler.stable.TestStableLong
*
* @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
- * -XX:-TieredCompilation
+ * -XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:+FoldStableValues
* compiler.stable.TestStableLong
* @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
- * -XX:-TieredCompilation
- * -XX:+FoldStableValues
+ * -XX:+TieredCompilation -XX:TieredStopAtLevel=1
+ * -XX:-FoldStableValues
* compiler.stable.TestStableLong
*/
--- a/test/hotspot/jtreg/compiler/stable/TestStableObject.java Thu May 17 16:21:27 2018 -0700
+++ b/test/hotspot/jtreg/compiler/stable/TestStableObject.java Thu May 17 21:04:53 2018 -0700
@@ -39,18 +39,18 @@
* @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:-TieredCompilation
- * -XX:+FoldStableValues
+ * -XX:-FoldStableValues
* compiler.stable.TestStableObject
*
* @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
- * -XX:-TieredCompilation
+ * -XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:+FoldStableValues
* compiler.stable.TestStableObject
* @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
- * -XX:-TieredCompilation
- * -XX:+FoldStableValues
+ * -XX:+TieredCompilation -XX:TieredStopAtLevel=1
+ * -XX:-FoldStableValues
* compiler.stable.TestStableObject
*/