< prev index next >

test/runtime/NMT/SummaryAfterShutdown.java

Print this page

        

@@ -29,11 +29,11 @@
  * @modules java.base/sun.misc
  *          java.management
  * @run main/othervm -XX:NativeMemoryTracking=detail SummaryAfterShutdown
  */
 
-import com.oracle.java.testlibrary.*;
+import jdk.test.lib.*;
 
 public class SummaryAfterShutdown {
 
   public static void main(String args[]) throws Exception {
     OutputAnalyzer output;
< prev index next >