trims [Wed, 20 Oct 2010 17:07:25 -0700] rev 6973
Merge
iveresov [Tue, 19 Oct 2010 11:14:52 -0700] rev 6972
6989669: Coops: -Xshare:dump causes crash
Summary: Temporarily fix to disable compressed oops with CDS
Reviewed-by: dholmes, twisti, kvn, never
never [Mon, 18 Oct 2010 09:33:24 -0700] rev 6971
Merge
never [Fri, 15 Oct 2010 14:21:11 -0700] rev 6970
6992477: fix for 6991512 broke sparc barriers
Reviewed-by: kvn, iveresov
acorn [Fri, 15 Oct 2010 15:12:04 -0400] rev 6969
Merge
acorn [Wed, 13 Oct 2010 11:46:46 -0400] rev 6968
Merge
kamg [Tue, 12 Oct 2010 10:57:33 -0400] rev 6967
6392697: Additional flag needed to supress Hotspot warning messages
Summary: Apply PrintJvmWarnings flag to all warnings
Reviewed-by: coleenp, phh
bobv [Thu, 07 Oct 2010 15:14:41 -0400] rev 6966
Merge
bobv [Thu, 07 Oct 2010 15:12:57 -0400] rev 6965
6989297: Integrate additional portability improvements
Reviewed-by: vladidan, dholmes
coleenp [Thu, 07 Oct 2010 08:06:06 -0700] rev 6964
6983240: guarantee((Solaris::min_stack_allowed >= (StackYellowPages+StackRedPages...) wrong
Summary: min_stack_allowed is a compile time constant and Stack*Pages are settable
Reviewed-by: dholmes, kvn
acorn [Mon, 04 Oct 2010 10:08:29 -0700] rev 6963
Merge
acorn [Mon, 04 Oct 2010 13:11:10 -0400] rev 6962
6763959: java.util.concurrent.locks.LockSupport.parkUntil(0) blocks forever
Summary: Absolute time 0 needs to return immediately.
Reviewed-by: phh, dcubed, dholmes