xlu [Mon, 26 Jan 2009 12:07:54 -0800] rev 1909
6795913: A few remaining wrong casts need to be fixed for building hotspot successfully on Mac OS.
Summary: Use NULL_WORD in the places where intptr_t is expected due to incompatible types between intptr_t & int32_t
Reviewed-by: phh, coleenp, never
coleenp [Fri, 23 Jan 2009 10:41:28 -0500] rev 1908
Merge
phh [Wed, 21 Jan 2009 11:14:19 -0500] rev 1907
6792705: Add JAR file to bootclasspath when using AggressiveOpts
Summary: During argument processing, add alt-rt.jar to the bootclasspath between bootclasspath/p and default elements.
Reviewed-by: xlu, coleenp
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