# HG changeset patch # User Andrew John Hughes # Date 1312390875 -3600 # Node ID a42d0626100f1a4af885cd57f1c03580525c85b5 # Parent 3ac37175420b69de75989cae4f7fc5c61795d42d Fix Pavel's ChangeLog entry. diff -r 3ac37175420b -r a42d0626100f ChangeLog --- a/ChangeLog Wed Aug 03 17:58:24 2011 +0100 +++ b/ChangeLog Wed Aug 03 18:01:15 2011 +0100 @@ -12,12 +12,14 @@ * patches/boot/javah.patch: Remove above patch. -2011-08-03 Andrew Haley - - Fixed bug #7073913 in src/share/vm/runtime/os.cpp +2011-08-03 Pavel Tisnovsky + + Brought in fix #7073913 in src/share/vm/runtime/os.cpp which caused random segfaults due to buffer overflow and incorrect usage of int variable - instead of char (byte) one. + instead of char (byte) one. Also brought in + 7068051, 7044738 and 7070134 fixes for HotSpot + loop bugs. * Makefile.am: (HOTSPOT_CHANGESET): Updated. (HOTSPOT_SHA256SUM): Likewise.