< prev index next >

test/runtime/NMT/NMTWithCDS.java

Print this page

        

@@ -28,11 +28,11 @@
  * @library /testlibrary
  * @modules java.base/sun.misc
  *          java.management
  * @run main NMTWithCDS
  */
-import com.oracle.java.testlibrary.*;
+import jdk.test.lib.*;
 
 public class NMTWithCDS {
 
   public static void main(String[] args) throws Exception {
     ProcessBuilder pb;
< prev index next >