johnc [Thu, 15 Apr 2010 15:52:55 -0700] rev 5345
6943926: G1: Integer overflow during heap region verification
Summary: The expression that calculates the live bytes for a heap region can overflow for a suitably large humongous region/object. Cache the object size in a suitably sized local variable so that the expression is converted to a wider type.
Reviewed-by: tonyp, jmasa, iveresov, apetrusenko
tonyp [Tue, 30 Mar 2010 15:43:03 -0400] rev 5344
6937142: G1: improvements to debugging output (S-M)
Summary: Various fixes to the G1 debugging output.
Reviewed-by: johnc, iveresov
jmasa [Tue, 13 Apr 2010 13:52:10 -0700] rev 5343
6858496: Clear all SoftReferences before an out-of-memory due to GC overhead limit.
Summary: Ensure a full GC that clears SoftReferences before throwing an out-of-memory
Reviewed-by: ysr, jcoomes
jrose [Wed, 21 Apr 2010 01:13:15 -0700] rev 5342
Merge
never [Tue, 20 Apr 2010 13:26:33 -0700] rev 5341
6945219: minor SA fixes
Reviewed-by: twisti
twisti [Mon, 19 Apr 2010 02:13:06 -0700] rev 5340
6944503: Improved Zero crash dump
Summary: With Zero on a GC crash the stack was dumped differently to other crashes.
Reviewed-by: twisti
Contributed-by: Gary Benson <gbenson@redhat.com>
twisti [Fri, 16 Apr 2010 05:05:53 -0700] rev 5339
6944473: 6941224 misses new files
Summary: Two new files are missing in the push for 6941224.
Reviewed-by: twisti
Contributed-by: Gary Benson <gbenson@redhat.com>
twisti [Fri, 16 Apr 2010 02:59:34 -0700] rev 5338
Merge
twisti [Thu, 15 Apr 2010 03:13:56 -0700] rev 5337
6944028: 6940701 broke Zero
Summary: The fix for 6940701 broke Zero.
Reviewed-by: twisti
Contributed-by: Gary Benson <gbenson@redhat.com>
twisti [Fri, 16 Apr 2010 00:52:45 -0700] rev 5336
Merge
twisti [Thu, 15 Apr 2010 02:40:12 -0700] rev 5335
6941224: Improved stack overflow handling for Zero
Summary: Adding stack overflow checking to Shark brought to light a bunch of deficiencies in Zero's stack overflow code.
Reviewed-by: twisti
Contributed-by: Gary Benson <gbenson@redhat.com>
never [Thu, 15 Apr 2010 18:14:49 -0700] rev 5334
6939930: exception unwind changes in 6919934 hurts compilation speed
Reviewed-by: twisti