--- old/test/runtime/Unsafe/GetPutDouble.java 2016-08-11 13:39:42.387620500 -0400 +++ new/test/runtime/Unsafe/GetPutDouble.java 2016-08-11 13:39:41.978989700 -0400 @@ -24,14 +24,14 @@ /* * @test * @summary Verify behaviour of Unsafe.get/putDouble - * @library /testlibrary + * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * @run main GetPutDouble */ import java.lang.reflect.Field; -import jdk.test.lib.*; +import jdk.test.lib.Utils; import jdk.internal.misc.Unsafe; import static jdk.test.lib.Asserts.*;