< prev index next >

test/runtime/NMT/MallocRoundingReportTest.java

Print this page

        

*** 32,42 **** * @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 sun.hotspot.WhiteBox; public class MallocRoundingReportTest { private static long K = 1024; --- 32,42 ---- * @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail MallocRoundingReportTest * */ ! import jdk.test.lib.*; import sun.hotspot.WhiteBox; public class MallocRoundingReportTest { private static long K = 1024;
< prev index next >