hotspot/test/runtime/NMT/VirtualAllocTestType.java
changeset 26149 dd15a4c3746b
parent 26147 8f797b3ef01e
parent 25960 729cd80956ae
child 28190 5a6b07edeb21
equal deleted inserted replaced
26148:056b1af3e085 26149:dd15a4c3746b
    26  * @summary Test Reserve/Commit/Uncommit/Release of virtual memory and that we track it correctly
    26  * @summary Test Reserve/Commit/Uncommit/Release of virtual memory and that we track it correctly
    27  * @key nmt jcmd
    27  * @key nmt jcmd
    28  * @library /testlibrary /testlibrary/whitebox
    28  * @library /testlibrary /testlibrary/whitebox
    29  * @build VirtualAllocTestType
    29  * @build VirtualAllocTestType
    30  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    30  * @run main ClassFileInstaller sun.hotspot.WhiteBox
       
    31  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    31  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail VirtualAllocTestType
    32  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail VirtualAllocTestType
    32  */
    33  */
    33 
    34 
    34 import com.oracle.java.testlibrary.*;
    35 import com.oracle.java.testlibrary.*;
    35 import sun.hotspot.WhiteBox;
    36 import sun.hotspot.WhiteBox;