sjohanss [Fri, 13 Nov 2015 09:28:53 +0100] rev 34135
8139424: SIGSEGV, Problematic frame: # V [libjvm.so+0xd0c0cc] void InstanceKlass::oop_oop_iterate_oop_maps_specialized<true,oopDesc*,MarkAndPushClosure>
Summary: The crash was caused by a faulty eager humongous reclaim. The reason for reclaiming a live object was that the call to cleanupHRRS was done after dirtying cards and clearing the remembered sets for the humongous object. This could lead to one or many cards being missed.
Reviewed-by: tbenson, kbarrett, tschatzl
tschatzl [Fri, 13 Nov 2015 09:12:06 +0100] rev 34134
8138684: G1 decision about taking regions into the collection set is too aggressive
Summary: Factor in expected waste and uncertainty of our guess in the decision whether to take another region into the collection set.
Reviewed-by: mgerdin, jmasa
jwha [Tue, 03 Nov 2015 13:03:04 -0800] rev 34133
8141356: Explicitly stop CMS threads during VM termination.
Summary: GenCollectedHeap::stop() is not implemented which is supposed to stop CMS threads during VM termination.
Reviewed-by: jmasa, kbarrett
Contributed-by: jwha@google.com
ehelin [Thu, 12 Nov 2015 14:03:14 +0100] rev 34132
8142403: Make G1CollectorPolicy::predictor const
Reviewed-by: stefank, tschatzl
ehelin [Mon, 19 Oct 2015 15:47:36 +0200] rev 34131
8139883: Add virtual destructor G1ParScanThreadState
Reviewed-by: tschatzl, mgerdin, stefank
brutisso [Thu, 12 Nov 2015 09:21:16 +0100] rev 34130
8142475: Remove TraceParallelOldGCTasks
Reviewed-by: tschatzl, david
brutisso [Thu, 12 Nov 2015 09:19:44 +0100] rev 34129
8142472: Remove debugging code guarded by CMSPrintPromoBlockInfo
Reviewed-by: david, ehelin
coleenp [Wed, 11 Nov 2015 23:51:57 -0500] rev 34128
Merge