kevinw [Mon, 18 Apr 2011 08:03:45 -0700] rev 9429
7005503: Make GuaranteedSafepointInterval a diagnostic flag
Reviewed-by: kamg, ysr
dholmes [Wed, 04 May 2011 23:10:58 -0400] rev 9428
Merge
dholmes [Wed, 04 May 2011 19:16:49 -0400] rev 9427
7036267: c2/arm: mark version number as experimental and disable on unsupported platforms
Summary: Change call to Abstract_VM_Version::vm_info_string to VM_Version::vm_info_string so it cna be overridden by the arch specific VM_Version class
Reviewed-by: bobv, phh
brutisso [Fri, 06 May 2011 09:45:18 +0200] rev 9426
Merge
jcoomes [Thu, 05 May 2011 07:51:05 -0700] rev 9425
6728025: LinkResolver is missing some ResourceMarks
Reviewed-by: dholmes, coleenp, ysr, kamg
tonyp [Thu, 05 May 2011 09:15:52 -0400] rev 9424
7040450: G1: assert((_g1->evacuation_failed()) || (!_g1->obj_in_cs(obj))) failed: shouldn't still be in ...
Summary: There is a race in the evac failure handling code that causes the condition the assert checks not to be true. The fix is to replace the too-strong assert with a more targeted one.
Reviewed-by: johnc, ysr, jcoomes
iveresov [Wed, 04 May 2011 15:08:44 -0700] rev 9423
7041501: NUMA: Expand the old gen more aggressively
Summary: Expand the old gen in bigger increments
Reviewed-by: jmasa
brutisso [Fri, 29 Apr 2011 09:11:03 +0200] rev 9422
7040068: CMS: Possibly unsafe initialization of BlockOffsetArrayUseUnallocatedBlock
Summary: BlockOffsetArrayUseUnallocatedBlock was intended to be turned off as part of BUG 6948538 but a code line in collectorPolicy.cpp actually kept it turned on.
Reviewed-by: jwilhelm, ysr
jmasa [Mon, 02 May 2011 07:08:53 -0700] rev 9421
Merge
iveresov [Fri, 29 Apr 2011 20:42:27 -0700] rev 9420
Merge