kvn [Wed, 27 Aug 2008 09:15:46 -0700] rev 1067
6736417: Fastdebug C2 crashes in StoreBNode::Ideal
Summary: The result of step_through_mergemem() and remove_dead_region() is not checked in some cases.
Reviewed-by: never
never [Wed, 27 Aug 2008 00:21:55 -0700] rev 1066
5108146: Merge i486 and amd64 cpu directories
6459804: Want client (c1) compiler for x86_64 (amd64) for faster start-up
Reviewed-by: kvn
never [Tue, 26 Aug 2008 15:49:40 -0700] rev 1065
6741642: bad enum definition in ciTypeFlow.hpp
Reviewed-by: rasbold, martin
Contributed-by: doko@ubuntu.com
ysr [Mon, 25 Aug 2008 12:16:34 -0700] rev 1064
Merge
jmasa [Wed, 20 Aug 2008 23:05:04 -0700] rev 1063
6728478: Assertion at parallel promotion from young to old generation
Summary: The fix avoids a call to address_for_index() in this particular situation where it is not known if the passed index is in bounds.
Reviewed-by: tonyp
ysr [Wed, 20 Aug 2008 15:41:36 -0700] rev 1062
6739357: CMS: Switch off CMSPrecleanRefLists1 until 6722113 can be fixed
Summary: Temporarily switch off the precleaning of Reference lists completely until related issues are fixed in 6722113.
Reviewed-by: jmasa, poonam, tonyp
ysr [Wed, 20 Aug 2008 11:23:58 -0700] rev 1061
Merge
tonyp [Tue, 19 Aug 2008 17:55:15 -0400] rev 1060
6736341: PermGen size is insufficient for jconsole
Summary: Removing two buggy methods that should not be used, but ended up being used due to a re-organization in the class hierarchy.
Reviewed-by: jmasa, ysr, kamg, coleenp
rasbold [Thu, 21 Aug 2008 05:49:06 -0700] rev 1059
Merge
rasbold [Tue, 19 Aug 2008 07:25:02 -0700] rev 1058
6730716: nulls from two unrelated classes compare not equal
Summary: check for not-nullness after proving that types are unrelated
Reviewed-by: kvn, never