swamyv [Thu, 15 Jan 2009 13:30:09 -0800] rev 1906
Merge
swamyv [Wed, 14 Jan 2009 19:45:01 -0800] rev 1905
6786948: SA on core file fails on solaris-amd64 if vm started with -XX:+StartAttachListener
Reviewed-by: jjh, dcubed
coleenp [Wed, 14 Jan 2009 20:14:19 -0500] rev 1904
6793825: Missing include dependancies for GCC without predefined headers
Summary: With predefined headers off for gcc, some .inline.hpp files aren't included to make definition visible for inline functions
Reviewed-by: jcoomes, xlu
jcoomes [Wed, 21 Jan 2009 13:40:10 -0800] rev 1903
Merge
tonyp [Fri, 16 Jan 2009 13:02:20 -0500] rev 1902
6484956: G1: improve evacuation pause efficiency
Summary: A bunch of performance optimizations to decrease GC pause times in G1.
Reviewed-by: apetrusenko, jmasa, iveresov
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