< prev index next >

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

Print this page




  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 package runtime.valhalla.valuetypes;
  26 /*
  27  * @test MVTComboTier1
  28  * @summary Release variant of value type layout testing
  29  * @requires (vm.debug != true)
  30  * @library /test/lib
  31  * @modules jdk.compiler/com.sun.tools.javac.api
  32  *          jdk.compiler/com.sun.tools.javac.code
  33  *          jdk.compiler/com.sun.tools.javac.comp
  34  *          jdk.compiler/com.sun.tools.javac.main
  35  *          jdk.compiler/com.sun.tools.javac.tree
  36  *          jdk.compiler/com.sun.tools.javac.util
  37  * @compile MVTCombo.java
  38  * @build jdk.test.lib.combo.ComboTestHelper
  39  * @run main/othervm -noverify -Xint -XX:+EnableMVT runtime.valhalla.valuetypes.MVTComboTier1 3
  40  * @run main/othervm -noverify -Xint -XX:+EnableMVT runtime.valhalla.valuetypes.MVTComboTier1 -reducetypes 6
  41  * @run main/othervm -noverify -Xcomp -XX:+EnableMVT runtime.valhalla.valuetypes.MVTComboTier1 -reducetypes 5


  42  */
  43 public class MVTComboTier1 {
  44 
  45     public static void main(String[] args) throws Throwable {
  46         MVTCombo.main(args);
  47     }
  48 
  49 }


  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 package runtime.valhalla.valuetypes;
  26 /*
  27  * @test MVTComboTier1
  28  * @summary Release variant of value type layout testing
  29  * @requires (vm.debug != true)
  30  * @library /test/lib
  31  * @modules jdk.compiler/com.sun.tools.javac.api
  32  *          jdk.compiler/com.sun.tools.javac.code
  33  *          jdk.compiler/com.sun.tools.javac.comp
  34  *          jdk.compiler/com.sun.tools.javac.main
  35  *          jdk.compiler/com.sun.tools.javac.tree
  36  *          jdk.compiler/com.sun.tools.javac.util
  37  * @compile MVTCombo.java
  38  * @build jdk.test.lib.combo.ComboTestHelper
  39  * @run main/othervm -noverify -Xint -XX:+EnableMVT runtime.valhalla.valuetypes.MVTComboTier1 3
  40  * @run main/othervm -noverify -Xint -XX:+EnableMVT runtime.valhalla.valuetypes.MVTComboTier1 -reducetypes 6
  41  * @run main/othervm -noverify -Xcomp -XX:+EnableMVT
  42   *                  -XX:+UnlockDiagnosticVMOptions -XX:DisableIntrinsic=_isAssignableFrom
  43   *                  runtime.valhalla.valuetypes.MVTComboTier1 -reducetypes 5
  44  */
  45 public class MVTComboTier1 {
  46 
  47     public static void main(String[] args) throws Throwable {
  48         MVTCombo.main(args);
  49     }
  50 
  51 }
< prev index next >