thartmann [Mon, 14 Sep 2015 07:02:50 +0200] rev 32728
8080999: MemoryPoolMXBean.getUsageThresholdCount() returns incorrect value
Summary: Fixed race condition in the JMX code for the LowMemoryDetector.
Reviewed-by: kvn
mcberg [Fri, 11 Sep 2015 17:02:44 -0700] rev 32727
8132160: support for AVX 512 call frames and stack management
Summary: simplify save/restore frame on x86 systems which support EVEX.
Reviewed-by: kvn, iveresov
kzhaldyb [Fri, 11 Sep 2015 16:11:07 +0300] rev 32726
8132980: Improve stability of whitebox methods getCodeBlob and freeCodeBlob
Summary: Added checks for negative and null size and address values (where applicable) for getCodeBlob, allocateCodeBlob and freeCodeBlob, added regression test
Reviewed-by: iignatyev
aph [Tue, 08 Sep 2015 14:08:58 +0100] rev 32725
8135157: DMB elimination in AArch64 C2 synchronization implementation
Summary: Reduce memory barrier usage in C2 fast lock and unlock.
Reviewed-by: kvn
Contributed-by: wei.tang@linaro.org, aph@redhat.com
iveresov [Thu, 10 Sep 2015 17:56:43 -0700] rev 32724
Merge
mcberg [Wed, 09 Sep 2015 10:34:17 -0700] rev 32723
8135028: support for vectorizing double precision sqrt
Reviewed-by: kvn, twisti