< prev index next >

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

Print this page

        

*** 21,37 **** * questions. */ package runtime.valhalla.valuetypes; import java.lang.invoke.*; ! import jdk.experimental.value.*; import static jdk.test.lib.Asserts.*; /* * @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 */ --- 21,41 ---- * questions. */ package runtime.valhalla.valuetypes; import java.lang.invoke.*; ! ! import jdk.experimental.value.MethodHandleBuilder; ! import jdk.incubator.mvt.ValueType; import static jdk.test.lib.Asserts.*; /* * @test VboxUnbox * @summary Exercise vbox & vunbox bytecodes + * @modules java.base/jdk.experimental.value + * jdk.incubator.mvt * @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 */
< prev index next >