< prev index next >

jdk/test/valhalla/mvt/MVTTest.java

Print this page

        

@@ -21,17 +21,19 @@
  * questions.
  */
 
 /*
  * @test
+ * @modules java.base/valhalla.shady
+ *          jdk.incubator.mvt
  * @run testng/othervm -XX:+EnableMVT -XX:+ValueArrayFlatten MVTTest
  * @run testng/othervm -XX:+EnableMVT -XX:-ValueArrayFlatten MVTTest
  * @run testng/othervm -XX:+EnableMVT -Dvalhalla.enableValueLambdaForms=true MVTTest
  * @run testng/othervm -XX:+EnableMVT -Dvalhalla.enableValueLambdaForms=true -Dvalhalla.enablePoolPatches=true MVTTest
  */
 
-import jdk.experimental.value.ValueType;
+import jdk.incubator.mvt.ValueType;
 import org.testng.annotations.Test;
 import valhalla.shady.MinimalValueTypes_1_0;
 
 import java.lang.invoke.MethodHandle;
 import java.lang.invoke.MethodHandles;
< prev index next >