hotspot/test/runtime/NMT/MallocSiteHashOverflow.java
changeset 28190 5a6b07edeb21
parent 27615 d7caba003432
child 30604 b8d532cb6420
equal deleted inserted replaced
28187:fc19df82d6ee 28190:5a6b07edeb21
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @summary Test corner case that overflows malloc site hashtable bucket
    26  * @summary Test corner case that overflows malloc site hashtable bucket
    27  * @requires sun.arch.data.model == "32"
    27  * @requires sun.arch.data.model == "32"
    28  * @key nmt jcmd stress
    28  * @key nmt jcmd stress
    29  * @library /testlibrary /testlibrary/whitebox
    29  * @library /testlibrary /../../test/lib
    30  * @build MallocSiteHashOverflow
    30  * @build MallocSiteHashOverflow
    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 MallocSiteHashOverflow
    32  * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail MallocSiteHashOverflow
    33  */
    33  */
    34 
    34