< prev index next >

test/compiler/codecache/CheckReservedInitialCodeCacheSizeArgOrder.java

Print this page

        

@@ -24,21 +24,21 @@
 /*
  * @test
  * @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
  *
  * @run driver compiler.codecache.CheckReservedInitialCodeCacheSizeArgOrder
  */
 
 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 {
         ProcessBuilder pb1,  pb2;
         OutputAnalyzer out1, out2;
< prev index next >