< prev index next >

test/runtime/PerfMemDestroy/PerfMemDestroy.java

Print this page

        

@@ -31,11 +31,11 @@
  * @run main PerfMemDestroy
  */
 
 import java.io.File;
 import java.util.Map;
-import com.oracle.java.testlibrary.*;
+import jdk.test.lib.*;
 
 public class PerfMemDestroy {
     public static void main(String args[]) throws Throwable {
         ProcessBuilder pb = ProcessTools.createJavaProcessBuilder("-XX:+PerfAllowAtExitRegistration", "-version");
         OutputAnalyzer output = new OutputAnalyzer(pb.start());
< prev index next >