comparison test/runtime/NMT/BaselineWithParameter.java @ 20361:ac12996df59b

8044140: Create NMT (Native Memory Tracking) tests for NMT2 Summary: Create new/modify existing tests for NMT2, which is an internal redesign to address scalability issues in the first implementation. Reviewed-by: ctornqvi, zgu Contributed-by: George Triantafillou <george.triantafillou@oracle.com>
author zgu
date Wed, 27 Aug 2014 08:35:03 -0400
parents a649f6511c04
children 6640f982c1be
comparison
equal deleted inserted replaced
20360:833b0f92429a 20361:ac12996df59b
25 * @test 25 * @test
26 * @bug 8004802 26 * @bug 8004802
27 * @key nmt jcmd regression 27 * @key nmt jcmd regression
28 * @summary Regression test for invoking a jcmd with baseline=false, result was that the target VM crashed 28 * @summary Regression test for invoking a jcmd with baseline=false, result was that the target VM crashed
29 * @library /testlibrary 29 * @library /testlibrary
30 * @ignore
30 * @run main/othervm -XX:NativeMemoryTracking=detail BaselineWithParameter 31 * @run main/othervm -XX:NativeMemoryTracking=detail BaselineWithParameter
31 */ 32 */
32 33
33 import com.oracle.java.testlibrary.*; 34 import com.oracle.java.testlibrary.*;
34 35