hotspot/test/runtime/NMT/MallocSiteHashOverflow.java
changeset 33730 30e064828045
parent 30604 b8d532cb6420
child 38089 9e58203ef0e2
equal deleted inserted replaced
33729:b1e0ae955f02 33730:30e064828045
    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 /../../test/lib
    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