< prev index next >

hotspot/test/runtime/valhalla/valuetypes/verifier/VunboxErrorIndex.java

Print this page

        

*** 21,37 **** * questions. */ package runtime.valhalla.valuetypes.verifier; import java.lang.invoke.*; ! import jdk.experimental.value.*; import static jdk.test.lib.Asserts.*; /* * @test VunboxErrorIndex * @summary Exercise the verifier for vunbox bytecode with a non-value type CP index. * @library /test/lib * @build runtime.valhalla.valuetypes.verifier.ValueCapableClass * @run main/othervm -Xint -verify -XX:+EnableMVT runtime.valhalla.valuetypes.verifier.VunboxErrorIndex */ public class VunboxErrorIndex { --- 21,40 ---- * questions. */ package runtime.valhalla.valuetypes.verifier; import java.lang.invoke.*; ! import jdk.incubator.mvt.ValueType; ! import jdk.experimental.value.MethodHandleBuilder; import static jdk.test.lib.Asserts.*; /* * @test VunboxErrorIndex * @summary Exercise the verifier for vunbox bytecode with a non-value type CP index. + * @modules java.base/jdk.experimental.value + * jdk.incubator.mvt * @library /test/lib * @build runtime.valhalla.valuetypes.verifier.ValueCapableClass * @run main/othervm -Xint -verify -XX:+EnableMVT runtime.valhalla.valuetypes.verifier.VunboxErrorIndex */ public class VunboxErrorIndex {
< prev index next >