sjohanss [Wed, 19 Mar 2014 17:08:03 +0100] rev 23851
8029186: regression-hotspot nightly failure: assert(FLAG_IS_DEFAULT(MaxNewSize) || MaxNewSize < MaxHeapSize) failed
Summary: Cleaned up the collector policy and added more asserts to enforce that the heap is correctly setup.
Reviewed-by: jwilhelm, jmasa
bharadwaj [Thu, 10 Apr 2014 19:47:17 -0400] rev 23850
Merge
iignatyev [Wed, 09 Apr 2014 19:45:59 +0000] rev 23849
Merge
iignatyev [Wed, 09 Apr 2014 22:37:37 +0400] rev 23848
8039597: WhiteBox :: clean type profiling data
Reviewed-by: kvn, roland
kvn [Wed, 09 Apr 2014 11:18:02 -0700] rev 23847
8038939: Some options related to RTM locking optimization works inconsistently
Summary: Switch UseRTMXendForLockBusy flag ON by default and change code to retry RTM locking on lock busy condition by default.
Reviewed-by: roland
roland [Wed, 09 Apr 2014 09:17:43 +0200] rev 23846
8007988: PrintInlining output is inconsistent with incremental inlining
Summary: fix duplicate and conflicting inlining output
Reviewed-by: kvn, vlivanov