comparison test/runtime/NMT/JcmdBaselineDetail.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 017b0145f20c
children
comparison
equal deleted inserted replaced
20395:f5164941749c 20396:6640f982c1be
24 /* 24 /*
25 * @test 25 * @test
26 * @key nmt jcmd 26 * @key nmt jcmd
27 * @summary Verify that jcmd correctly reports that baseline succeeds with NMT enabled with detailed tracking. 27 * @summary Verify that jcmd correctly reports that baseline succeeds with NMT enabled with detailed tracking.
28 * @library /testlibrary 28 * @library /testlibrary
29 * @ignore
30 * @run main/othervm -XX:NativeMemoryTracking=detail JcmdBaselineDetail 29 * @run main/othervm -XX:NativeMemoryTracking=detail JcmdBaselineDetail
31 */ 30 */
32 31
33 import com.oracle.java.testlibrary.*; 32 import com.oracle.java.testlibrary.*;
34 33