test/runtime/NMT/MallocSiteHashOverflow.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 8062870_8u40 Cdiff test/runtime/NMT/MallocSiteHashOverflow.java

test/runtime/NMT/MallocSiteHashOverflow.java

Print this page
rev 6893 : 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

*** 25,35 **** * @test * @summary Test corner case that overflows malloc site hashtable bucket * @requires sun.arch.data.model == "32" * @key nmt jcmd stress * @library /testlibrary /testlibrary/whitebox - * @ignore 8062870 * @build MallocSiteHashOverflow * @run main ClassFileInstaller sun.hotspot.WhiteBox * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail MallocSiteHashOverflow */ --- 25,34 ----
test/runtime/NMT/MallocSiteHashOverflow.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File