hseigel [Mon, 09 Sep 2013 14:44:37 -0400] rev 19954
8023167: JVM allows duplicate Runtime[In]VisibleTypeAnnotations attributes in ClassFile/field_info/method_info structures
Summary: Add checks for duplicates and issue errors when detected.
Reviewed-by: coleenp, zgu
kevinw [Mon, 09 Sep 2013 10:01:09 +0100] rev 19953
8023478: Test fails with HS crash in GCNotifier.
Reviewed-by: sla
iklam [Fri, 06 Sep 2013 08:42:42 -0700] rev 19952
8022335: Native stack walk while generating hs_err does not work on Windows x64
Summary: Use WinDbg API StackWalk64()
Reviewed-by: zgu, dholmes
zgu [Wed, 04 Sep 2013 08:55:08 -0400] rev 19951
8022798: "assert(seq > 0) failed: counter overflow" in Kitchensink
Summary: Removed incorrect assertion, sequence number can overflow
Reviewed-by: dholmes, kamg