comparison test/runtime/NMT/MallocSiteHashOverflow.java @ 20642:ec2c6fdd1ce6

8062870: src/share/vm/services/mallocTracker.hpp:64 assert(_count > 0) failed: Negative counter Summary: Signed bitfield size y can only have (1 << y)-1 values. Reviewed-by: shade, dholmes, jrose, ctornqvi, gtriantafill
author coleenp
date Fri, 14 Nov 2014 17:39:38 -0500
parents 80260967f994
children
comparison
equal deleted inserted replaced
20639:84e11eeec136 20642:ec2c6fdd1ce6
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 /testlibrary/whitebox
30 * @ignore 8062870
31 * @build MallocSiteHashOverflow 30 * @build MallocSiteHashOverflow
32 * @run main ClassFileInstaller sun.hotspot.WhiteBox 31 * @run main ClassFileInstaller sun.hotspot.WhiteBox
33 * @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
34 */ 33 */
35 34