kvn [Wed, 23 Feb 2011 12:28:23 -0800] rev 8489
Merge
iveresov [Tue, 22 Feb 2011 18:13:03 -0800] rev 8488
Merge
iveresov [Tue, 22 Feb 2011 15:25:02 -0800] rev 8487
7020521: arraycopy stubs place prebarriers incorrectly
Summary: Rearranged the pre-barrier placement in arraycopy stubs so that they are properly called in case of chained calls. Also refactored the code a little bit so that it looks uniform across the platforms and is more readable.
Reviewed-by: never, kvn
jcoomes [Thu, 03 Mar 2011 21:02:56 -0800] rev 8486
Merge
johnc [Mon, 28 Feb 2011 09:10:52 -0800] rev 8485
7022200: G1: optimized build broken
Summary: Make the G1 specific version of is_in_closed_subset() available in all builds.
Reviewed-by: tonyp, jcoomes
dcubed [Thu, 03 Mar 2011 09:31:46 -0800] rev 8484
Merge
zgu [Wed, 02 Mar 2011 16:21:47 -0800] rev 8483
Merge
zgu [Wed, 02 Mar 2011 09:16:18 -0500] rev 8482
7017110: Add /SAFESEH to links on windows 32bit to verify safe exceptions
Summary: Ensure safe exception handler table is generated on Win32 binaries when compile with VS2010
Reviewed-by: acorn, coleenp, dcubed, sla, ohair
kamg [Wed, 02 Mar 2011 08:18:35 -0500] rev 8481
6878713: Verifier heap corruption, relating to backward jsrs
Summary: Added overflow detection in arena Amalloc methods
Reviewed-by: coleenp, phh
sla [Wed, 02 Mar 2011 09:41:26 +0100] rev 8480
7023323: Build failure on VS2003: IsDebuggerPresent not found
Summary: #define _WIN32_WINNT 0x500
Reviewed-by: ohrstrom, hosterda, coleenp