kvn [Wed, 27 Aug 2008 14:47:32 -0700] rev 1068
6741738: TypePtr::add_offset() set incorrect offset when the add overflows
Summary: Set offset to OffsetBot when the add overflows in TypePtr::add_offset()
Reviewed-by: jrose, never
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