< prev index next >

test/runtime/NMT/MallocTestType.java

Print this page

        

*** 32,42 **** * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail MallocTestType */ ! import com.oracle.java.testlibrary.*; import sun.hotspot.WhiteBox; public class MallocTestType { public static void main(String args[]) throws Exception { --- 32,42 ---- * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail MallocTestType */ ! import jdk.test.lib.*; import sun.hotspot.WhiteBox; public class MallocTestType { public static void main(String args[]) throws Exception {
< prev index next >