--- old/hotspot/test/runtime/valhalla/valuetypes/ValueOops.java 2017-09-15 12:05:17.000000000 -0700 +++ new/hotspot/test/runtime/valhalla/valuetypes/ValueOops.java 2017-09-15 12:05:17.000000000 -0700 @@ -26,7 +26,9 @@ import java.lang.invoke.*; import java.lang.ref.*; import java.util.concurrent.*; -import jdk.experimental.value.*; + +import jdk.experimental.value.MethodHandleBuilder; +import jdk.incubator.mvt.ValueType; import static jdk.test.lib.Asserts.*; import jdk.test.lib.Utils; @@ -35,6 +37,8 @@ /** * @test ValueOops * @summary Test embedding oops into Value types + * @modules java.base/jdk.experimental.value + * jdk.incubator.mvt * @library /test/lib * @compile PersonVcc.java * @compile -XDenableValueTypes Person.java