< prev index next >

test/runtime/NMT/VirtualAllocTestType.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 VirtualAllocTestType */ ! import com.oracle.java.testlibrary.*; import sun.hotspot.WhiteBox; public class VirtualAllocTestType { public static WhiteBox wb = WhiteBox.getWhiteBox(); --- 32,42 ---- * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail VirtualAllocTestType */ ! import jdk.test.lib.*; import sun.hotspot.WhiteBox; public class VirtualAllocTestType { public static WhiteBox wb = WhiteBox.getWhiteBox();
< prev index next >