roland [Thu, 27 Nov 2014 16:54:49 +0100] rev 27910
8066045: opto/node.hpp:355, assert(i < _max) failed: oob: i=1, _max=1
Summary: code in PhaseIterGVN::add_users_to_worklist() from 8054478 makes incorrect assumption about graph shape
Reviewed-by: iveresov
drchase [Thu, 27 Nov 2014 11:33:04 -0500] rev 27909
Merge
goetz [Tue, 25 Nov 2014 15:59:42 +0100] rev 27908
8065915: Fix includes after 8058148: MaxNodeLimit and LiveNodeCountInliningCutoff
Reviewed-by: vlivanov, dholmes
mgerdin [Thu, 04 Dec 2014 15:09:18 +0100] rev 27907
Merge
goetz [Thu, 04 Dec 2014 10:10:52 +0100] rev 27906
8066662: Fix include after 8065993: Merge OneContigSpaceCardGeneration with TenuredGeneration
Reviewed-by: mgerdin, brutisso
jwilhelm [Thu, 04 Dec 2014 10:40:19 +0100] rev 27905
Merge
brutisso [Mon, 01 Dec 2014 14:37:25 +0100] rev 27904
8065993: Merge OneContigSpaceCardGeneration with TenuredGeneration
Reviewed-by: mgerdin, kbarrett
brutisso [Tue, 02 Dec 2014 09:51:16 +0100] rev 27903
8065992: Change CMSCollector::_young_gen to be a ParNewGeneration*
Reviewed-by: mgerdin, kbarrett
jwilhelm [Mon, 01 Dec 2014 12:11:11 +0100] rev 27902
Merge
tschatzl [Fri, 28 Nov 2014 08:53:48 +0000] rev 27901
Merge
tschatzl [Fri, 28 Nov 2014 09:33:48 +0100] rev 27900
8065579: WB method to start G1 concurrent mark cycle should be introduced
Summary: Add a WhiteBox callback to the VM to start a concurrent mark cycle in G1.
Reviewed-by: tschatzl, sjohanss
Contributed-by: Leonid Mesnik <leonid.mesnik@oracle.com>
brutisso [Fri, 28 Nov 2014 08:20:52 +0100] rev 27899
8066133: Fix missing reivew changes for JDK-8065972
Reviewed-by: mgerdin, stefank
brutisso [Thu, 27 Nov 2014 21:02:13 +0100] rev 27898
8065972: Remove support for ParNew+SerialOld and DefNew+CMS
Reviewed-by: mgerdin, stefank
sjohanss [Thu, 27 Nov 2014 11:09:55 +0100] rev 27897
8065227: Report allocation context stats at end of cleanup
Summary: Moved allocation context update from remark to the cleanup phase.
Reviewed-by: mgerdin, jmasa
eistepan [Thu, 27 Nov 2014 14:52:01 +0400] rev 27896
8065865: gc/TestSoftReferencesBehaviorOnOOME.java: Error. Can't find source file: TestSoftReference.java
Reviewed-by: sla
sangheki [Wed, 26 Nov 2014 21:38:25 -0800] rev 27895
8055239: assert(_thread == Thread::current()->osthread()) failed: The PromotionFailedInfo should be thread local
Summary: Changed to trace and reset before second use of PromotionFailedInfo.
Reviewed-by: jmasa, brutisso, kbarrett