jrose [Wed, 08 Apr 2009 00:12:59 -0700] rev 2533
6827505: sizing logic for vtable and itable stubs needs self-check
Summary: Asserts and comments to help maintain the correct sizing of certain stubs
Reviewed-by: kvn
kvn [Tue, 07 Apr 2009 19:04:24 -0700] rev 2532
6711117: Assertion in 64bit server vm (flat != TypePtr::BOTTOM,"cannot alias-analyze an untyped ptr")
Summary: Delay a memory node transformation if its control or address on IGVN worklist.
Reviewed-by: never
kvn [Tue, 07 Apr 2009 10:05:04 -0700] rev 2531
6826960: C2 Sparc: assert(bb->_nodes(_bb_end)->is_Proj(),"skipping projections after expected call")
Summary: Add the check when a Halt node is placed in a separate block.
Reviewed-by: twisti
never [Mon, 06 Apr 2009 11:53:17 -0700] rev 2530
6539464: Math.log() produces inconsistent results between successive runs.
Reviewed-by: kvn
never [Fri, 03 Apr 2009 18:51:31 -0700] rev 2529
6826261: class file dumping from SA is broken
Reviewed-by: kvn, jcoomes
kvn [Fri, 03 Apr 2009 13:33:32 -0700] rev 2528
6823453: DeoptimizeALot causes fastdebug server jvm to fail with assert(false,"unscheduable graph")
Summary: Use a HaltNode on the fall through path of the AllocateArrayNode to indicate that it is unreachable if the array length is negative.
Reviewed-by: never, jrose
xlu [Thu, 09 Apr 2009 13:59:45 -0700] rev 2527
Merge