< prev index next >

test/compiler/codecache/CheckReservedInitialCodeCacheSizeArgOrder.java

Print this page

        

@@ -29,11 +29,11 @@
  * @library /testlibrary
  *
  * @modules java.base/sun.misc
  *          java.management
  */
-import com.oracle.java.testlibrary.*;
+import jdk.test.lib.*;
 
 public class CheckReservedInitialCodeCacheSizeArgOrder {
   public static void main(String[] args) throws Exception {
     ProcessBuilder pb1,  pb2;
     OutputAnalyzer out1, out2;
< prev index next >