apetrusenko [Tue, 10 Feb 2009 18:39:09 +0300] rev 2013
6700941: G1: allocation spec missing for some G1 classes
Reviewed-by: tonyp
ysr [Mon, 09 Feb 2009 12:26:05 -0800] rev 2012
6800586: -XX:+PrintGCDateStamps is using mt-unsafe localtime function
Summary: replaced localtime() with localtime_r() on Solaris and Linux.
Reviewed-by: apetrusenko, dholmes, jmasa
apetrusenko [Mon, 09 Feb 2009 17:33:06 +0300] rev 2011
6802413: G1: G1FixedSurvivorSpaceSize should be converted into regions in calculate_survivors_policy()
Reviewed-by: tonyp, jmasa
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