trims [Thu, 04 Sep 2008 18:40:08 -0700] rev 1077
6745064: Update Hotspot build number for HS14
Summary: Bump build number for hs14-b04
Reviewed-by: jcoomes
never [Wed, 03 Sep 2008 14:57:00 -0700] rev 1076
6744422: incorrect handling of -1 in set_jump_destination
Reviewed-by: rasbold
dcubed [Tue, 02 Sep 2008 08:30:41 -0700] rev 1075
Merge
poonam [Thu, 28 Aug 2008 18:17:56 -0700] rev 1074
Merge
poonam [Wed, 27 Aug 2008 22:45:38 -0700] rev 1073
6731958: Include all the SA classes into sa-jdi.jar
Summary: sa-jdi.jar bundled with JDK should include all the SA classes.
Reviewed-by: swamyv
rasbold [Tue, 02 Sep 2008 06:55:23 -0700] rev 1072
Merge
never [Thu, 28 Aug 2008 23:03:55 -0700] rev 1071
6732698: crash with dead code from compressed oops in gcm
Reviewed-by: rasbold
rasbold [Thu, 28 Aug 2008 10:22:12 -0700] rev 1070
6611837: block frequency is zero
Summary: insert_goto_at should set frequency for newly created blocks
Reviewed-by: never
kvn [Wed, 27 Aug 2008 16:33:34 -0700] rev 1069
6732732: CTW with EA: assert(n != 0L,"Bad immediate dominator info.")
Summary: Missing edge to a call's return value in EA Connection Graph.
Reviewed-by: never
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