hotspot/test/runtime/NMT/ThreadedVirtualAllocTestType.java
changeset 26147 8f797b3ef01e
parent 25948 9b33776f4f07
child 26149 dd15a4c3746b
equal deleted inserted replaced
26146:ce3202564442 26147:8f797b3ef01e
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @key nmt jcmd
    26  * @key nmt jcmd
    27  * @library /testlibrary /testlibrary/whitebox
    27  * @library /testlibrary /testlibrary/whitebox
    28  * @build ThreadedVirtualAllocTestType
    28  * @build ThreadedVirtualAllocTestType
    29  * @ignore
       
    30  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    29  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    31  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail ThreadedVirtualAllocTestType
    30  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail ThreadedVirtualAllocTestType
    32  */
    31  */
    33 
    32 
    34 import com.oracle.java.testlibrary.*;
    33 import com.oracle.java.testlibrary.*;