hotspot/test/runtime/NMT/ReleaseCommittedMemory.java
changeset 28190 5a6b07edeb21
parent 26149 dd15a4c3746b
child 33730 30e064828045
equal deleted inserted replaced
28187:fc19df82d6ee 28190:5a6b07edeb21
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8013120
    26  * @bug 8013120
    27  * @summary Release committed memory and make sure NMT handles it correctly
    27  * @summary Release committed memory and make sure NMT handles it correctly
    28  * @key nmt regression
    28  * @key nmt regression
    29  * @library /testlibrary /testlibrary/whitebox
    29  * @library /testlibrary /../../test/lib
    30  * @build ReleaseCommittedMemory
    30  * @build ReleaseCommittedMemory
    31  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    31  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    32  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    32  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    33  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail ReleaseCommittedMemory
    33  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail ReleaseCommittedMemory
    34  */
    34  */