< prev index next >

jdk/test/valhalla/mvt/MVTReflectionTest.java

Print this page

        

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