jcoomes [Thu, 15 Sep 2011 19:33:39 -0700] rev 10554
Merge
iveresov [Thu, 15 Sep 2011 12:44:09 -0700] rev 10553
Merge
never [Wed, 14 Sep 2011 13:57:32 -0700] rev 10552
7090654: nightly failures after 7086585
Reviewed-by: kvn
bdelsart [Wed, 14 Sep 2011 16:28:39 +0200] rev 10551
7077806: ARM: java.lang.InternalError: bound subword value does not fit into the subword type
Summary: shared fix necessary for ARM/PPC
Reviewed-by: twisti, roland
bdelsart [Wed, 14 Sep 2011 10:40:13 +0200] rev 10550
7057978: improve robustness of c1 ARM back-end wrt non encodable constants
Summary: ARM only, avoid assertion failures for huge constants generated by C1 shared code
Reviewed-by: never, vladidan
kvn [Tue, 13 Sep 2011 11:46:51 -0700] rev 10549
7089632: assert(machtmp->outcnt() == 1) failed: expected for a MachTemp
Summary: Replace assert with check to delete MachTemp nodes only when they are really dead.
Reviewed-by: never
never [Mon, 12 Sep 2011 13:51:40 -0700] rev 10548
7089709: type "jushort" not found
Reviewed-by: kvn, twisti
never [Sun, 11 Sep 2011 14:48:24 -0700] rev 10547
7088955: add C2 IR support to the SA
Reviewed-by: kvn
never [Sat, 10 Sep 2011 17:29:02 -0700] rev 10546
7086585: make Java field injection more flexible
Reviewed-by: jrose, twisti, kvn, coleenp
never [Sat, 10 Sep 2011 00:11:04 -0700] rev 10545
7088020: SEGV in JNIHandleBlock::release_block
Reviewed-by: kvn, twisti
kvn [Fri, 09 Sep 2011 13:47:11 -0700] rev 10544
7035946: Up to 15% regression on JDK 7 b136 vs b135 on specjvm2008.crypto.rsa on x64
Summary: Revert changes which caused regression.
Reviewed-by: never
iveresov [Fri, 09 Sep 2011 12:44:37 -0700] rev 10543
Merge
roland [Thu, 08 Sep 2011 09:35:41 +0200] rev 10542
7087453: PhaseChaitin::yank_if_dead() should handle MachTemp inputs
Summary: PhaseChaitin::yank_if_dead() should be able to handle MachTemp inputs as a special case and yank them.
Reviewed-by: never, kvn
kvn [Thu, 08 Sep 2011 12:44:04 -0700] rev 10541
7087947: Add regression test for 7068051
Summary: Add regression test.
Reviewed-by: never
twisti [Thu, 08 Sep 2011 05:11:31 -0700] rev 10540
7085860: JSR 292: implement CallSite.setTargetNormal and setTargetVolatile as native methods
Reviewed-by: jrose, never