test/runtime/NMT/ReleaseNoCommit.java

changeset 7110
6640f982c1be
parent 7108
017b0145f20c
equal deleted inserted replaced
7109:f5164941749c 7110:6640f982c1be
25 * @test 25 * @test
26 * @summary Release uncommitted memory and make sure NMT handles it correctly 26 * @summary Release uncommitted memory and make sure NMT handles it correctly
27 * @key nmt regression 27 * @key nmt regression
28 * @library /testlibrary /testlibrary/whitebox 28 * @library /testlibrary /testlibrary/whitebox
29 * @build ReleaseNoCommit 29 * @build ReleaseNoCommit
30 * @ignore
31 * @run main ClassFileInstaller sun.hotspot.WhiteBox 30 * @run main ClassFileInstaller sun.hotspot.WhiteBox
32 * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=summary ReleaseNoCommit 31 * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=summary ReleaseNoCommit
33 */ 32 */
34 33
35 import com.oracle.java.testlibrary.JDKToolFinder; 34 import com.oracle.java.testlibrary.JDKToolFinder;

mercurial