--- old/test/runtime/Unsafe/ThrowException.java 2016-08-11 13:40:11.747997000 -0400 +++ new/test/runtime/Unsafe/ThrowException.java 2016-08-11 13:40:11.338710500 -0400 @@ -24,13 +24,13 @@ /* * @test * @summary Verify that throwException() can throw an exception - * @library /testlibrary + * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * @run main ThrowException */ -import jdk.test.lib.*; +import jdk.test.lib.Utils; import jdk.internal.misc.Unsafe; import static jdk.test.lib.Asserts.*;