test/runtime/NMT/BaselineWithParameter.java

changeset 7075
ac12996df59b
parent 4803
a649f6511c04
child 7110
6640f982c1be
equal deleted inserted replaced
7074:833b0f92429a 7075: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

mercurial