tonyp [Tue, 08 Nov 2011 00:41:28 -0500] rev 10997
7099849: G1: include heap region information in hs_err files
Reviewed-by: johnc, brutisso, poonam
tonyp [Mon, 07 Nov 2011 22:11:12 -0500] rev 10996
7092309: G1: introduce old region set
Summary: Keep track of all the old regions in the heap with a heap region set.
Reviewed-by: brutisso, johnc
brutisso [Wed, 02 Nov 2011 08:04:23 +0100] rev 10995
7106751: G1: gc/gctests/nativeGC03 crashes VM with SIGSEGV
Summary: _cset_rs_update_cl[] was indexed with values beyond what it is set up to handle.
Reviewed-by: ysr, jmasa, johnc
brutisso [Mon, 31 Oct 2011 08:01:20 +0100] rev 10994
7102044: G1: VM crashes with assert(old_end != new_end) failed: don't call this otherwise
Summary: arrayOopDesc::max_array_length() should return a value that does not overflow a size_t if it is converted to bytes.
Reviewed-by: kvn, dholmes
tonyp [Fri, 28 Oct 2011 13:04:10 -0400] rev 10993
Merge
ysr [Wed, 26 Oct 2011 21:07:52 -0700] rev 10992
7105163: CMS: some mentions of MinChunkSize should be IndexSetStart
Summary: Fixed the instances that were missed in the changeset for 7099817.
Reviewed-by: stefank
coleenp [Tue, 15 Nov 2011 12:40:55 -0500] rev 10991
Merge
dholmes [Thu, 10 Nov 2011 06:23:48 -0500] rev 10990
7108264: Fix for 7104173 is insufficient
Summary: Disable PrintVMOptions by default for all builds
Reviewed-by: dsamersoff, twisti