--- old/jdk/test/valhalla/mvt/MVTAccessCheck.java 2017-09-14 22:58:09.000000000 -0700 +++ new/jdk/test/valhalla/mvt/MVTAccessCheck.java 2017-09-14 22:58:08.000000000 -0700 @@ -29,7 +29,7 @@ * @run testng/othervm -XX:+EnableMVT -Dvalhalla.enableValueLambdaForms=true -Dvalhalla.enablePoolPatches=true MVTAccessCheck */ -import jdk.experimental.value.ValueType; +import jdk.incubator.mvt.ValueType; import org.testng.Assert; import org.testng.annotations.Test;