< prev index next >

test/runtime/NMT/MallocRoundingReportTest.java

Print this page

        

@@ -32,11 +32,11 @@
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail MallocRoundingReportTest
  *
  */
 
-import com.oracle.java.testlibrary.*;
+import jdk.test.lib.*;
 
 import sun.hotspot.WhiteBox;
 
 public class MallocRoundingReportTest {
     private static long K = 1024;
< prev index next >