--- old/test/compiler/codecache/CheckReservedInitialCodeCacheSizeArgOrder.java 2016-08-11 13:12:31.375886700 -0400 +++ new/test/compiler/codecache/CheckReservedInitialCodeCacheSizeArgOrder.java 2016-08-11 13:12:30.955031500 -0400 @@ -26,7 +26,7 @@ * @bug 8013496 * @summary Test checks that the order in which ReversedCodeCacheSize and * InitialCodeCacheSize are passed to the VM is irrelevant. - * @library /testlibrary + * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * @@ -35,8 +35,8 @@ package compiler.codecache; -import jdk.test.lib.OutputAnalyzer; -import jdk.test.lib.ProcessTools; +import jdk.test.lib.process.OutputAnalyzer; +import jdk.test.lib.process.ProcessTools; public class CheckReservedInitialCodeCacheSizeArgOrder { public static void main(String[] args) throws Exception {