comparison test/runtime/NMT/ReleaseCommittedMemory.java @ 20396:6640f982c1be

8054711: [TESTBUG] Enable NMT2 tests after NMT2 is integrated Summary: enable tests for NMT2 Reviewed-by: ctornqvi, zgu
author gtriantafill
date Thu, 04 Sep 2014 10:14:37 -0400
parents ac12996df59b
children
comparison
equal deleted inserted replaced
20395:f5164941749c 20396:6640f982c1be
26 * @bug 8013120 26 * @bug 8013120
27 * @summary Release committed memory and make sure NMT handles it correctly 27 * @summary Release committed memory and make sure NMT handles it correctly
28 * @key nmt regression 28 * @key nmt regression
29 * @library /testlibrary /testlibrary/whitebox 29 * @library /testlibrary /testlibrary/whitebox
30 * @build ReleaseCommittedMemory 30 * @build ReleaseCommittedMemory
31 * @ignore
32 * @run main ClassFileInstaller sun.hotspot.WhiteBox 31 * @run main ClassFileInstaller sun.hotspot.WhiteBox
33 * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail ReleaseCommittedMemory 32 * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail ReleaseCommittedMemory
34 */ 33 */
35 34
36 import sun.hotspot.WhiteBox; 35 import sun.hotspot.WhiteBox;