roland [Mon, 31 Aug 2015 17:20:08 +0200] rev 32579
8134031: Incorrect JIT compilation of complex code with inlining and escape analysis
Summary: Bad rewiring of memory edges when we split unique types during EA
Reviewed-by: kvn
kvn [Wed, 02 Sep 2015 15:11:22 -0700] rev 32578
8075093: Enable UseFPUForSpilling support on SPARC
Summary: Use single-cycle MOV instructions (MOVdTOx, MOVxTOd) for spills on SPARC which have them.
Reviewed-by: kvn
Contributed-by: shrinivas.joshi@oracle.com
roland [Wed, 02 Sep 2015 22:05:47 +0200] rev 32577
Merge
roland [Wed, 02 Sep 2015 10:00:27 +0200] rev 32576
8134468: Lucene test failures with 32 bit JDK 9b78, Server compiler
Summary: test that checks whether an array load falls into the range of an arraycopy is incorrect on 32bits
Reviewed-by: iveresov, kvn
kvn [Wed, 02 Sep 2015 11:03:20 -0700] rev 32575
8134898: Small fixes found during JVMCI work
Summary: Removed jre/ from jdk paths in makefiles. Add Thread::_unhandled_oops field for debug and fastdebug builds. Fix doc.
Reviewed-by: coleenp, bdelsart
aph [Wed, 02 Sep 2015 13:23:59 +0000] rev 32574
8134869: AARCH64: GHASH intrinsic is not optimal
Summary: Rewrite intrinsic to make better use of SIMD instructions
Reviewed-by: kvn
shade [Tue, 01 Sep 2015 19:48:10 +0300] rev 32573
8134758: Final String field values should be trusted as stable
Reviewed-by: kvn, thartmann
adinn [Wed, 26 Aug 2015 17:13:59 +0100] rev 32572
8134322: AArch64: Fix several errors in C2 biased locking implementation
Summary: Several errors in C2 biased locking require fixing
Reviewed-by: kvn
Contributed-by: hui.shi@linaro.org