coleenp [Thu, 15 Jan 2009 12:44:03 -0500] rev 1901
Merge
xlu [Tue, 13 Jan 2009 17:39:03 -0800] rev 1900
6792301: StackAlignmentInBytes not honored for compiled native methods
Summary: Fixed the stack misalignment when generate_native_wrapper is called.
Reviewed-by: never, kamg, kvn, phh
xlu [Tue, 13 Jan 2009 14:49:07 -0800] rev 1899
Merge
xlu [Tue, 13 Jan 2009 12:14:38 -0800] rev 1898
Merge
xlu [Tue, 13 Jan 2009 12:08:43 -0800] rev 1897
6791815: Fix for 6471657 can cause deadlock on non-Solaris platforms when initializing direct buffer support
Summary: Place the state transition inside the loop so that the VMThread could proceed for safepoint
Reviewed-by: dholmes, never, acorn
coleenp [Tue, 13 Jan 2009 14:41:44 -0500] rev 1896
6791168: Fix invalid code in bytecodeInterpreter that can cause gcc ICE
Summary: Fix compilation errors from latest gcc in CC_INTERP including offending missing void* cast.
Reviewed-by: xlu
jcoomes [Wed, 14 Jan 2009 14:12:55 -0800] rev 1895
Merge
jmasa [Sun, 11 Jan 2009 16:58:24 -0800] rev 1894
6692899: CMS: many vm.parallel_class_loading tests fail with assert "missing Printezis mark"
Summary: The CMS concurrent precleaning and concurrent marking phases should work around classes that are undergoing redefinition.
Reviewed-by: ysr, dcubed
jmasa [Tue, 06 Jan 2009 07:05:05 -0800] rev 1893
6689653: JMapPerm fails with UseConcMarkSweepIncGC and compressed oops off
Summary: Added safe_object_iterate() for use by JMapPerm.
Reviewed-by: tonyp
coleenp [Fri, 09 Jan 2009 14:39:07 -0500] rev 1892
Merge
acorn [Thu, 08 Jan 2009 16:27:28 -0500] rev 1891
6791656: nsk defclass0 asserts handles.hpp
Reviewed-by: phh, xlu
acorn [Mon, 05 Jan 2009 13:44:03 -0500] rev 1890
4670071: loadClassInternal is too restrictive.
Summary: VM support for deadlock fix. Library fix in 4735126. See API proposal.
Reviewed-by: dholmes, blacklion
xlu [Wed, 24 Dec 2008 19:13:53 -0800] rev 1889
6781583: Hotspot build fails on linux 64 bit platform with gcc 4.3.2
Summary: Fixed the wrong cast between types since more restrictions are imposed by gcc 4.3.2
Reviewed-by: jcoomes, acorn, phh, never
xlu [Wed, 24 Dec 2008 13:06:09 -0800] rev 1888
6787106: Hotspot 32 bit build fails on platforms having different definitions for intptr_t & int32_t
Summary: Avoid casting between int32_t and intptr_t specifically for MasmAssembler::movptr in 32 bit platforms.
Reviewed-by: jrose, kvn
coleenp [Tue, 23 Dec 2008 06:16:53 -0800] rev 1887
4997835: RFE: crash dump will only be created when running w/ -XX:+ShowMessageBoxOnError
Summary: Using UseOSErrorReporting will provide both an hs_err file and a crash dump or debug launch and works better.
Reviewed-by: xlu, acorn, poonam
never [Tue, 06 Jan 2009 16:10:11 -0800] rev 1886
Merge