never [Mon, 21 Jun 2010 14:26:17 -0700] rev 5896
6656830: assert((*p)->is_oop(),"expected an oop while scanning weak refs")
Reviewed-by: dcubed, kvn, twisti
never [Fri, 18 Jun 2010 16:51:54 -0700] rev 5895
6956958: assert(is_clean() || is_call_to_compiled() || is_call_to_interpreted() || is_optimized() || is_megam
Reviewed-by: kvn
jmasa [Thu, 24 Jun 2010 15:56:12 -0700] rev 5894
Merge
jmasa [Wed, 23 Jun 2010 15:17:20 -0700] rev 5893
Merge
jmasa [Wed, 23 Jun 2010 08:35:31 -0700] rev 5892
6952853: SIGSEGV with UseAdaptiveGCBoundary on 64b linux running jvm2008
Summary: Shrinking of a generation and the corresponding card table was causing part of the card table to be uncommitted.
Reviewed-by: jcoomes
tonyp [Thu, 22 Apr 2010 15:20:16 -0400] rev 5891
6946048: G1: improvements to +PrintGCDetails output
Summary: Small improvements to G1's PrintGCDetails output. It also includes minor formatting details.
Reviewed-by: ysr, johnc
tonyp [Fri, 07 May 2010 13:14:41 -0400] rev 5890
6949307: G1: raise a vm error, do not core dump, if target pause time and target interval are inconsistent
Summary: First, change the guarantee to raising a vm error. Second, set the interval dynamically, and based on the pause time target, if it is not set explicitly.
Reviewed-by: ysr, johnc
kvn [Tue, 15 Jun 2010 18:07:27 -0700] rev 5889
6959430: Make sure raw loads have control edge
Summary: check that raw loads have control edge
Reviewed-by: never, twisti