comparison test/runtime/NMT/PrintNMTStatistics.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 e244cb6bdedf
comparison
equal deleted inserted replaced
20395:f5164941749c 20396:6640f982c1be
26 * @key nmt regression 26 * @key nmt regression
27 * @bug 8005936 27 * @bug 8005936
28 * @summary Make sure PrintNMTStatistics works on normal JVM exit 28 * @summary Make sure PrintNMTStatistics works on normal JVM exit
29 * @library /testlibrary /testlibrary/whitebox 29 * @library /testlibrary /testlibrary/whitebox
30 * @build PrintNMTStatistics 30 * @build PrintNMTStatistics
31 * @ignore
32 * @run main ClassFileInstaller sun.hotspot.WhiteBox 31 * @run main ClassFileInstaller sun.hotspot.WhiteBox
33 * @run main PrintNMTStatistics 32 * @run main PrintNMTStatistics
34 */ 33 */
35 34
36 import com.oracle.java.testlibrary.*; 35 import com.oracle.java.testlibrary.*;