hotspot/test/runtime/NMT/VirtualAllocCommitUncommitRecommit.java
changeset 28190 5a6b07edeb21
parent 26303 ef9b4c475c1d
child 29574 ab0121071f54
equal deleted inserted replaced
28187:fc19df82d6ee 28190:5a6b07edeb21
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    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 /../../test/lib
    29  * @build VirtualAllocCommitUncommitRecommit
    29  * @build VirtualAllocCommitUncommitRecommit
    30  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    30  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    31  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail VirtualAllocCommitUncommitRecommit
    31  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail VirtualAllocCommitUncommitRecommit
    32  *
    32  *
    33  */
    33  */