< prev index next >

jdk/test/valhalla/mvt/MVTReflectionTest.java

Print this page

        

@@ -22,15 +22,14 @@
  */
 
 /*
  * @test
  * @summary basic test for reflection on MVT
- * @build Point
  * @run testng/othervm -XX:+EnableMVT MVTReflectionTest
  */
 
-import jdk.experimental.value.ValueType;
+import jdk.incubator.mvt.ValueType;
 
 import org.testng.annotations.Test;
 import static org.testng.Assert.*;
 
 @Test
< prev index next >