< prev index next >

test/valhalla/mvt/MVTTest.java

Print this page

        

*** 21,34 **** * questions. */ /* * @test ! * @run testng/othervm -Xint -Xverify:none -XX:+EnableMVT -XX:+ValueArrayFlatten MVTTest ! * @run testng/othervm -Xint -Xverify:none -XX:+EnableMVT -XX:-ValueArrayFlatten MVTTest ! * @run testng/othervm -Xint -Xverify:none -XX:+EnableMVT -Dvalhalla.enableValueLambdaForms=true MVTTest ! * @run testng/othervm -Xint -Xverify:none -XX:+EnableMVT -Dvalhalla.enableValueLambdaForms=true -Dvalhalla.enablePoolPatches=true MVTTest */ import jdk.experimental.value.ValueType; import org.testng.annotations.Test; import valhalla.shady.MinimalValueTypes_1_0; --- 21,34 ---- * questions. */ /* * @test ! * @run testng/othervm -Xverify:none -XX:+EnableMVT -XX:+ValueArrayFlatten MVTTest ! * @run testng/othervm -Xverify:none -XX:+EnableMVT -XX:-ValueArrayFlatten MVTTest ! * @run testng/othervm -Xverify:none -XX:+EnableMVT -Dvalhalla.enableValueLambdaForms=true MVTTest ! * @run testng/othervm -Xverify:none -XX:+EnableMVT -Dvalhalla.enableValueLambdaForms=true -Dvalhalla.enablePoolPatches=true MVTTest */ import jdk.experimental.value.ValueType; import org.testng.annotations.Test; import valhalla.shady.MinimalValueTypes_1_0;
< prev index next >