< prev index next >

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

Print this page

        

@@ -22,18 +22,19 @@
  */
 
 package runtime.valhalla.valuetypes.verifier;
 
 import java.lang.invoke.*;
-import java.lang.ref.*;
-import java.util.concurrent.*;
-import jdk.experimental.value.*;
+
+import jdk.experimental.value.MethodHandleBuilder;
 import sun.hotspot.WhiteBox;
 
 /**
  * @test VloadTest
  * @summary Test vload opcode
+ * @modules java.base/jdk.experimental.value
+ *          jdk.incubator.mvt
  * @library /test/lib
  * @compile -XDenableValueTypes VloadTest.java
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
  *                                sun.hotspot.WhiteBox$WhiteBoxPermission
< prev index next >