hotspot/test/runtime/NMT/MallocTrackingVerify.java
changeset 28190 5a6b07edeb21
parent 27615 d7caba003432
child 29678 dd2f3932c21e
equal deleted inserted replaced
28187:fc19df82d6ee 28190:5a6b07edeb21
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8054836
    26  * @bug 8054836
    27  * @summary Test to verify correctness of malloc tracking
    27  * @summary Test to verify correctness of malloc tracking
    28  * @key nmt jcmd
    28  * @key nmt jcmd
    29  * @library /testlibrary /testlibrary/whitebox
    29  * @library /testlibrary /../../test/lib
    30  * @build MallocTrackingVerify
    30  * @build MallocTrackingVerify
    31  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    31  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    32  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail MallocTrackingVerify
    32  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail MallocTrackingVerify
    33  *
    33  *
    34  */
    34  */