comparison test/runtime/NMT/MallocSiteHashOverflow.java @ 20401:3f9ff5e261c6

8055765: Misplaced @key stress prevents MallocSiteHashOverflow.java and MallocStressTest.java tests from running Reviewed-by: ctornqvi, zgu, hseigel
author gtriantafill
date Fri, 22 Aug 2014 06:28:14 -0700
parents 017b0145f20c
children 80260967f994
comparison
equal deleted inserted replaced
20400:b28ee41fbecb 20401:3f9ff5e261c6
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 */ 22 */
23 23
24 /* 24 /*
25 * @key stress
26 * @test 25 * @test
27 * @summary Test corner case that overflows malloc site hashtable bucket 26 * @summary Test corner case that overflows malloc site hashtable bucket
28 * @key nmt jcmd 27 * @key nmt jcmd stress
29 * @library /testlibrary /testlibrary/whitebox 28 * @library /testlibrary /testlibrary/whitebox
30 * @ignore - This test is disabled since it will stress NMT and timeout during normal testing 29 * @ignore - This test is disabled since it will stress NMT and timeout during normal testing
31 * @build MallocSiteHashOverflow 30 * @build MallocSiteHashOverflow
32 * @run main ClassFileInstaller sun.hotspot.WhiteBox 31 * @run main ClassFileInstaller sun.hotspot.WhiteBox
33 * @run main/othervm/timeout=480 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail MallocSiteHashOverflow 32 * @run main/othervm/timeout=480 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail MallocSiteHashOverflow