twisti [Mon, 16 Feb 2009 07:19:26 -0800] rev 2032
6805724: ModLNode::Ideal() generates functionally incorrect graph when divisor is any (2^k-1) constant.
Summary: C2, ModLNode::Ideal() generates functionally incorrect graph when divisor is any (2^k-1) constant.
Reviewed-by: rasbold
twisti [Fri, 13 Feb 2009 09:09:35 -0800] rev 2031
6800154: Add comments to long_by_long_mulhi() for better understandability
Summary: This patch adds a comment pointing to the Hacker's Delight version of the algorithm plus a verbatim copy of it. Furthermore it adds inline comments.
Reviewed-by: kvn, jrose
kvn [Fri, 06 Feb 2009 13:31:03 -0800] rev 2030
6791852: assert(b->_nodes[insidx] == n,"got insidx set incorrectly")
Summary: Move the CreateEx up before each round of IFG construction
Reviewed-by: never, phh
kvn [Thu, 05 Feb 2009 14:43:58 -0800] rev 2029
6799693: Server compiler leads to data corruption when expression throws an Exception
Summary: Use merged memory state for an allocation's slow path.
Reviewed-by: never
kvn [Thu, 05 Feb 2009 13:38:52 -0800] rev 2028
6788376: allow to ignore unrecognized VM options
Summary: Add new product flag -XX:+IgnoreUnrecognizedVMOptions
Reviewed-by: ysr, xlu
never [Wed, 04 Feb 2009 23:17:38 -0800] rev 2027
6442502: assert(bits,"Use TypePtr for NULL") on linux-x86
Reviewed-by: kvn
never [Wed, 04 Feb 2009 11:44:57 -0800] rev 2026
6798785: Crash in OopFlow::build_oop_map: incorrect comparison of 64bit pointers
Reviewed-by: phh, kvn