< prev index next >

test/runtime/NMT/VirtualAllocCommitUncommitRecommit.java

Print this page

        

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