< prev index next >

test/runtime/valhalla/valuetypes/VboxUnbox.java

Print this page

        

*** 31,43 **** * @test VboxUnbox * @summary Exercise vbox & vunbox bytecodes * @library /test/lib * @build runtime.valhalla.valuetypes.ValueCapableClass * @run main/othervm -Xint -noverify -XX:+EnableMVT runtime.valhalla.valuetypes.VboxUnbox ! * @run main/othervm -Xcomp -noverify -XX:+EnableMVT ! * -XX:+UnlockDiagnosticVMOptions -XX:DisableIntrinsic=_isAssignableFrom ! * runtime.valhalla.valuetypes.VboxUnbox */ public class VboxUnbox { public static void main(String[] args) { testCorrectBoxing(); --- 31,41 ---- * @test VboxUnbox * @summary Exercise vbox & vunbox bytecodes * @library /test/lib * @build runtime.valhalla.valuetypes.ValueCapableClass * @run main/othervm -Xint -noverify -XX:+EnableMVT runtime.valhalla.valuetypes.VboxUnbox ! * @run main/othervm -Xcomp -noverify -XX:+EnableMVT runtime.valhalla.valuetypes.VboxUnbox */ public class VboxUnbox { public static void main(String[] args) { testCorrectBoxing();
< prev index next >