kvn [Wed, 07 Jan 2009 11:23:28 -0800] rev 2015
6790182: matcher.cpp:1375: assert(false,"bad AD file")
Summary: Add a match rule for regD_low in regD definition.
Reviewed-by: never
kvn [Wed, 07 Jan 2009 11:04:45 -0800] rev 2014
6782232: assert("CreateEx must be first instruction in block" )
Summary: Add the missing check for CreateEx. Add new notproduct flag VerifyRegisterAllocator.
Reviewed-by: never
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