jmasa [Tue, 20 Aug 2013 10:02:38 -0700] rev 19345
Merge
jmasa [Mon, 19 Aug 2013 08:58:56 -0700] rev 19344
Merge
ehelin [Mon, 19 Aug 2013 18:17:58 +0200] rev 19343
8023219: NPG: MetaspaceMemoryPool should report statistics for all of metaspace
Reviewed-by: stefank, sjohanss
stefank [Mon, 19 Aug 2013 13:44:13 +0200] rev 19342
8023227: Enhance layout_helper_log2_element_size assert
Reviewed-by: mgerdin, jmasa
brutisso [Fri, 16 Aug 2013 11:26:09 +0200] rev 19341
8023145: G1: G1CollectedHeap::mark_strong_code_roots() needs to handle ParallelGCThreads=0
Reviewed-by: stefank, mgerdin
brutisso [Thu, 15 Aug 2013 13:02:42 -0700] rev 19340
Merge
johnc [Thu, 15 Aug 2013 10:52:18 +0200] rev 19339
7145569: G1: optimize nmethods scanning
Summary: Add a list of nmethods to the RSet for a region that contain references into the region. Skip scanning the code cache during root scanning and scan the nmethod lists during RSet scanning instead.
Reviewed-by: tschatzl, brutisso, mgerdin, twisti, kvn