bobv [Fri, 07 Jan 2011 15:57:02 -0500] rev 7723
Merge
bobv [Fri, 07 Jan 2011 12:44:54 -0500] rev 7722
7009268: guarantee(middle - slop > start) failed: need enough space to divide up
Summary: Codebuffer can overflow on test with large number of calls
Reviewed-by: dholmes, collins
alanb [Fri, 07 Jan 2011 03:38:19 -0800] rev 7721
7009975: Large file support broken in hs20-b04
Reviewed-by: phh, acorn, kamg
coleenp [Wed, 05 Jan 2011 21:23:15 -0500] rev 7720
6583275: Hotspot crash in vm_perform_shutdown_actions due to uninitialized TLS during out of memory handling
Summary: Call get_thread_slow() in vm_perform_shutdown actions and add null check.
Reviewed-by: kvn, dholmes, jcoomes
coleenp [Mon, 03 Jan 2011 14:09:11 -0500] rev 7719
6302804: Hotspot VM dies ungraceful death when C heap is exhausted in various places.
Summary: enhance the error reporting mechanism to help user to fix the problem rather than making it look like a VM error.
Reviewed-by: kvn, kamg
twisti [Fri, 07 Jan 2011 03:41:07 -0800] rev 7718
Merge
iveresov [Thu, 30 Dec 2010 23:44:45 -0800] rev 7717
7009849: C1: Incorrect frame size computation
Summary: Fix frame size computation
Reviewed-by: phh, kvn
kvn [Thu, 30 Dec 2010 09:36:03 -0800] rev 7716
6928562: Assert(_no_handle_mark_nesting==0,"allocating handle inside NoHandleMark")
Summary: reset NoHandleMark before going into VM.
Reviewed-by: iveresov