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
sla [Thu, 13 Nov 2014 07:58:28 +0100] rev 27622
Merge
jiangli [Tue, 11 Nov 2014 19:42:52 +0000] rev 27621
Merge
jiangli [Tue, 11 Nov 2014 16:54:24 +0000] rev 27620
Merge
jiangli [Mon, 10 Nov 2014 19:52:28 -0500] rev 27619
Merge
jiangli [Mon, 10 Nov 2014 19:28:51 -0500] rev 27618
8064375: Change certain errors to warnings in CDS output.
Summary: Change CDS non-fatal preloading errors to warnings.
Reviewed-by: minqi, mseledtsov, coleenp
coleenp [Tue, 11 Nov 2014 18:00:06 +0000] rev 27617
Merge
shade [Tue, 11 Nov 2014 15:07:09 +0300] rev 27616
8015272: Make @Contended within the same group to use the same oop map
Reviewed-by: coleenp, dholmes
coleenp [Tue, 11 Nov 2014 09:59:50 -0500] rev 27615
8062870: src/share/vm/services/mallocTracker.hpp:64 assert(_count > 0) failed: Negative counter
Summary: Signed bitfield size y can only have (1 << y)-1 values.
Reviewed-by: shade, dholmes, jrose, ctornqvi, gtriantafill