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
dsamersoff [Tue, 11 Nov 2014 04:34:56 -0800] rev 27614
8059131: sawindbg.dll is not compiled with /SAFESEH
Summary: Make variable SAFESEH_FLAG replaced with /SAFESEH link option.
Reviewed-by: mgronlun, sla
emc [Mon, 10 Nov 2014 19:37:32 -0500] rev 27613
8058322: Zero name_index item of MethodParameters attribute cause MalformedParameterException
Summary: Allow hotspot to report null for 0 parameter_name index in MethodParameters attribute
Reviewed-by: coleenp, dholmes
emc [Mon, 10 Nov 2014 16:45:46 -0500] rev 27612
8058313: Mismatch of method descriptor and MethodParameters.parameters_count should cause MalformedParameterException
Summary: Allow hotspot to store and report zero-length MethodParameters attribute data
Reviewed-by: coleenp, jiangli