comparison test/runtime/NMT/MallocTestType.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
25 * @test 25 * @test
26 * @summary Test consistency of NMT by leaking a few select allocations of the Test type and then verify visibility with jcmd 26 * @summary Test consistency of NMT by leaking a few select allocations of the Test type and then verify visibility with jcmd
27 * @key nmt jcmd 27 * @key nmt jcmd
28 * @library /testlibrary /testlibrary/whitebox 28 * @library /testlibrary /testlibrary/whitebox
29 * @build MallocTestType 29 * @build MallocTestType
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=detail MallocTestType 31 * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail MallocTestType
33 */ 32 */
34 33
35 import com.oracle.java.testlibrary.*; 34 import com.oracle.java.testlibrary.*;