hotspot/test/runtime/NMT/MallocTestType.java
changeset 28190 5a6b07edeb21
parent 26149 dd15a4c3746b
child 29678 dd2f3932c21e
equal deleted inserted replaced
28187:fc19df82d6ee 28190:5a6b07edeb21
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @summary Test consistency of NMT by leaking a few select allocations of the Test type and then verify visibility with jcmd
    26  * @summary Test consistency of NMT by leaking a few select allocations of the Test type and then verify visibility with jcmd
    27  * @key nmt jcmd
    27  * @key nmt jcmd
    28  * @library /testlibrary /testlibrary/whitebox
    28  * @library /testlibrary /../../test/lib
    29  * @build MallocTestType
    29  * @build MallocTestType
    30  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    30  * @run main ClassFileInstaller sun.hotspot.WhiteBox
    31  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    31  *                              sun.hotspot.WhiteBox$WhiteBoxPermission
    32  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail MallocTestType
    32  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail MallocTestType
    33  */
    33  */