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
rprotacio [Wed, 11 Nov 2015 18:04:33 -0500] rev 34127
8142437: SafepointTest.java is occasionally failing in JPRT
Summary: A method compilation causing a specific log message to print has been removed because it was not always being compiled.
Reviewed-by: coleenp, dholmes