--- a/hotspot/test/compiler/stable/TestStableByte.java Wed May 04 13:12:23 2016 +0200
+++ b/hotspot/test/compiler/stable/TestStableByte.java Wed May 04 23:08:43 2016 +0300
@@ -32,27 +32,27 @@
* @build sun.hotspot.WhiteBox
* @build compiler.stable.TestStableByte
*
- * @run main/bootclasspath -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
- * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
- * -XX:-TieredCompilation
- * -XX:+FoldStableValues
- * compiler.stable.TestStableByte
- * @run main/bootclasspath -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
- * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
- * -XX:-TieredCompilation
- * -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
+ * compiler.stable.TestStableByte
+ * @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
+ * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
+ * -XX:-TieredCompilation
+ * -XX:+FoldStableValues
+ * compiler.stable.TestStableByte
*
- * @run main/bootclasspath -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
- * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
- * -XX:-TieredCompilation
- * -XX:+FoldStableValues
- * compiler.stable.TestStableByte
- * @run main/bootclasspath -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
- * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
- * -XX:-TieredCompilation
- * -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
+ * compiler.stable.TestStableByte
+ * @run main/bootclasspath/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
+ * -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
+ * -XX:-TieredCompilation
+ * -XX:+FoldStableValues
+ * compiler.stable.TestStableByte
*/
package compiler.stable;