jmasa [Sun, 08 Feb 2009 13:18:01 -0800] rev 2010
6690928: Use spinning in combination with yields for workstealing termination.
Summary: Substitute a spin loop for most calls to yield() to reduce the stress on the system.
Reviewed-by: tonyp
apetrusenko [Fri, 06 Feb 2009 01:38:50 +0300] rev 2009
6484959: G1: introduce survivor spaces
6797754: G1: combined bugfix
Summary: Implemented a policy to control G1 survivor space parameters.
Reviewed-by: tonyp, iveresov
never [Thu, 05 Feb 2009 11:42:10 -0800] rev 2008
6793828: G1: invariant: queues are empty when activated
Reviewed-by: jrose, kvn
ysr [Wed, 04 Feb 2009 15:42:52 -0800] rev 2007
Merge
jmasa [Sat, 31 Jan 2009 00:15:00 -0800] rev 2006
6792421: assert(_bitMap->isMarked(addr+size-1),inconsistent Printezis mark)
Summary: The CMS concurrent precleaning and concurrent marking phases should work around classes that are undergoing redefinition.
Reviewed-by: ysr, tonyp
ysr [Fri, 30 Jan 2009 14:17:52 -0800] rev 2005
6787254: Work queue capacity can be increased substantially on some platforms
Summary: Increased the default and maximum size of the CMS marking stack and the size of the parallel workers' work queues in 64-bit mode. The latter was accomplished by an increase in the width of the Taskqueue's Age struct and its Tag field in 64-bit mode.
Reviewed-by: jmasa, tonyp
xdono [Thu, 19 Feb 2009 14:08:00 -0800] rev 2004
Added tag jdk7-b48 for changeset 1da7c5c8156d
xdono [Thu, 19 Feb 2009 14:07:56 -0800] rev 2003
Added tag jdk7-b48 for changeset a5f5cb034a05
duke [Wed, 05 Jul 2017 16:47:27 +0200] rev 2002
Added tag jdk7-b48 for changeset 1bf51a4c2627
duke [Wed, 05 Jul 2017 16:47:27 +0200] rev 2001
Merge