--- old/test/compiler/cpuflags/RestoreMXCSR.java 2016-08-11 13:15:58.643425500 -0400 +++ new/test/compiler/cpuflags/RestoreMXCSR.java 2016-08-11 13:15:58.204413800 -0400 @@ -25,7 +25,7 @@ * @test * @bug 8020433 * @summary Crash when using -XX:+RestoreMXCSROnJNICalls - * @library /testlibrary + * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * @@ -34,8 +34,8 @@ package compiler.cpuflags; -import jdk.test.lib.OutputAnalyzer; -import jdk.test.lib.ProcessTools; +import jdk.test.lib.process.OutputAnalyzer; +import jdk.test.lib.process.ProcessTools; public class RestoreMXCSR { public static void main(String[] args) throws Exception {