hotspot/test/runtime/NMT/ThreadedVirtualAllocTestType.java
changeset 26149 dd15a4c3746b
parent 26147 8f797b3ef01e
parent 25960 729cd80956ae
child 28190 5a6b07edeb21
equal deleted inserted replaced
26148:056b1af3e085 26149:dd15a4c3746b
    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  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    29  * @run main ClassFileInstaller sun.hotspot.WhiteBox
       
    30  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    30  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail ThreadedVirtualAllocTestType
    31  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail ThreadedVirtualAllocTestType
    31  */
    32  */
    32 
    33 
    33 import com.oracle.java.testlibrary.*;
    34 import com.oracle.java.testlibrary.*;
    34 import sun.hotspot.WhiteBox;
    35 import sun.hotspot.WhiteBox;