< prev index next >

test/hotspot/jtreg/compiler/stable/TestStableObject.java

Print this page

        

@@ -37,22 +37,22 @@
  *                                 -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:-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
  */
 
 package compiler.stable;
 
< prev index next >