--- old/test/runtime/ErrorHandling/TestCrashOnOutOfMemoryError.java 2016-08-11 13:35:37.720342200 -0400 +++ new/test/runtime/ErrorHandling/TestCrashOnOutOfMemoryError.java 2016-08-11 13:35:37.313018000 -0400 @@ -25,14 +25,13 @@ * @test TestCrashOnOutOfMemoryError * @summary Test using -XX:+CrashOnOutOfMemoryError * @modules java.base/jdk.internal.misc - * @library /testlibrary - * @build jdk.test.lib.* + * @library /test/lib * @run driver TestCrashOnOutOfMemoryError * @bug 8138745 */ -import jdk.test.lib.OutputAnalyzer; -import jdk.test.lib.ProcessTools; +import jdk.test.lib.process.OutputAnalyzer; +import jdk.test.lib.process.ProcessTools; import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream;