jcoomes [Fri, 21 Oct 2011 10:27:33 -0700] rev 10750
Added tag hs23-b03 for changeset 0e5b229f9d70
jcoomes [Fri, 21 Oct 2011 10:27:32 -0700] rev 10749
Merge
tonyp [Fri, 21 Oct 2011 07:24:06 -0400] rev 10748
Merge
johnc [Mon, 17 Oct 2011 09:57:41 -0700] rev 10747
7095243: Disambiguate ReferenceProcessor::_discoveredSoftRefs
Summary: Add a new, separate, pointer to the base of the array of discovered reference lists and use this new pointer in places where we iterate over the entire array.
Reviewed-by: ysr, brutisso
tonyp [Fri, 14 Oct 2011 11:12:24 -0400] rev 10746
7088680: G1: Cleanup in the G1CollectorPolicy class
Summary: Removed unused fields and methods, removed the G1CollectoryPolicy_BestRegionsFirst class and folded its functionality into the G1CollectorPolicy class.
Reviewed-by: ysr, brutisso, jcoomes
tonyp [Thu, 13 Oct 2011 13:54:29 -0400] rev 10745
7098085: G1: partially-young GCs not initiated under certain circumstances
Reviewed-by: ysr, brutisso
iveresov [Fri, 21 Oct 2011 00:58:30 -0700] rev 10744
Merge
kvn [Wed, 19 Oct 2011 10:52:30 -0700] rev 10743
7100935: win32: memmove is not atomic but is used for pd_conjoint_*_atomic operations
Summary: replace the call to memmove by a simple copy loop
Reviewed-by: dholmes, kvn, never
Contributed-by: axel.siebenborn@sap.com, volker.simonis@gmail.com