--- old/test/runtime/Unsafe/GetPutShort.java 2016-08-11 13:39:54.622941900 -0400 +++ new/test/runtime/Unsafe/GetPutShort.java 2016-08-11 13:39:54.215846900 -0400 @@ -24,14 +24,14 @@ /* * @test * @summary Verify behaviour of Unsafe.get/putShort - * @library /testlibrary + * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * @run main GetPutShort */ 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.*;