--- old/test/runtime/ErrorHandling/TestExitOnOutOfMemoryError.java 2016-08-11 13:35:40.165150000 -0400 +++ new/test/runtime/ErrorHandling/TestExitOnOutOfMemoryError.java 2016-08-11 13:35:39.757371200 -0400 @@ -25,14 +25,13 @@ * @test TestExitOnOutOfMemoryError * @summary Test using -XX:ExitOnOutOfMemoryError * @modules java.base/jdk.internal.misc - * @library /testlibrary - * @build jdk.test.lib.* + * @library /test/lib * @run driver TestExitOnOutOfMemoryError * @bug 8138745 */ -import jdk.test.lib.ProcessTools; -import jdk.test.lib.OutputAnalyzer; +import jdk.test.lib.process.ProcessTools; +import jdk.test.lib.process.OutputAnalyzer; public class TestExitOnOutOfMemoryError {