test/hotspot/jtreg/compiler/stable/TestStableByte.java
changeset 50170 12fc7bf488ec
parent 47216 71c04702a3d5
child 51016 a926b7737d3b
--- 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
  */