hotspot/test/runtime/NMT/ReleaseCommittedMemory.java
changeset 33730 30e064828045
parent 28190 5a6b07edeb21
child 38152 80e5da81fb2c
equal deleted inserted replaced
33729:b1e0ae955f02 33730:30e064828045
    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 /../../test/lib
    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  */