< prev index next >

test/runtime/valhalla/valuetypes/MVTComboDebugTier1.java

Print this page

        

@@ -34,12 +34,12 @@
  *          jdk.compiler/com.sun.tools.javac.main
  *          jdk.compiler/com.sun.tools.javac.tree
  *          jdk.compiler/com.sun.tools.javac.util
  * @compile MVTCombo.java
  * @build jdk.test.lib.combo.ComboTestHelper
- * @run main/othervm -noverify -Xint -XX:+EnableMVT runtime.valhalla.valuetypes.MVTComboTier1 3
- * @run main/othervm -noverify -Xint -XX:+EnableMVT runtime.valhalla.valuetypes.MVTComboTier1 -reducetypes 6
+ * @run main/othervm -Xint -XX:+EnableMVT runtime.valhalla.valuetypes.MVTComboTier1 3
+ * @run main/othervm -Xint -XX:+EnableMVT runtime.valhalla.valuetypes.MVTComboTier1 -reducetypes 6
  */
 public class MVTComboDebugTier1 {
 
     public static void main(String[] args) throws Throwable {
         MVTCombo.main(args);
< prev index next >