ehelin [Wed, 05 Nov 2014 16:39:10 +0100] rev 27630
8061467: Bad page size passed to setup_large_pages() on Solaris
Reviewed-by: tschatzl, mgerdin
brutisso [Wed, 05 Nov 2014 10:12:51 +0100] rev 27629
8061449: G1: FreeRegionList_test() fails with G1 after the JDK-8058534 fix to HeapRegion::orig_end()
Reviewed-by: mgerdin, tschatzl, stefank
jwilhelm [Mon, 03 Nov 2014 15:53:48 +0100] rev 27628
Merge
mlarsson [Mon, 03 Nov 2014 12:49:21 +0100] rev 27627
8049341: Parallelize clearing the next mark bitmap
Reviewed-by: mgerdin, tschatzl
mlarsson [Mon, 03 Nov 2014 11:29:00 +0100] rev 27626
8054491: Remove wrong assert and refactor code in G1CollectorPolicy::record_concurrent_mark_end
Reviewed-by: tschatzl, brutisso
brutisso [Fri, 31 Oct 2014 09:10:51 +0100] rev 27625
8061308: Remove iCMS
Reviewed-by: mgerdin, jmasa
mlarsson [Thu, 30 Oct 2014 12:45:22 +0100] rev 27624
8043243: convert SCAN_AND_FORWARD, SCAN_AND_ADJUST_POINTERS, SCAN_AND_COMPACT macros to methods
Reviewed-by: mgerdin, kbarrett
sjohanss [Thu, 30 Oct 2014 10:51:06 +0100] rev 27623
8061234: ResourceContext.requestAccurateUpdate() is unreliable
Summary: Changing copy_allocation_context_stats to return if there are more stats available after the copy.
Reviewed-by: rriggs, jcoomes