< prev index next >

hotspot/test/runtime/valhalla/valuetypes/MVTComboTier1.java

Print this page

        

@@ -36,11 +36,13 @@
  *          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 -noverify -Xcomp -XX:+EnableMVT runtime.valhalla.valuetypes.MVTComboTier1 -reducetypes 5
+ * @run main/othervm -noverify -Xcomp -XX:+EnableMVT
+  *                  -XX:+UnlockDiagnosticVMOptions -XX:DisableIntrinsic=_isAssignableFrom
+  *                  runtime.valhalla.valuetypes.MVTComboTier1 -reducetypes 5
  */
 public class MVTComboTier1 {
 
     public static void main(String[] args) throws Throwable {
         MVTCombo.main(args);
< prev index next >