twisti [Thu, 31 Mar 2016 15:52:07 -1000] rev 37281
8144964: JVMCI compilations need to be disabled until the module system is initialized
Reviewed-by: kvn
dnsimon [Thu, 31 Mar 2016 09:16:49 -0700] rev 37280
8152024: MemoryAccessProvider javadoc should be modified
Reviewed-by: kvn, twisti
dnsimon [Thu, 31 Mar 2016 09:16:49 -0700] rev 37279
8152023: MethodHandleAccessProvider.resolveLinkToTarget throws NPE/IAE on null/wrong argument
Reviewed-by: kvn, twisti
dnsimon [Thu, 31 Mar 2016 09:16:49 -0700] rev 37278
8152022: JVMCI: MethodHandleAccessProvider.resolveInvokeBasicTarget throws NPE on null first argument
Reviewed-by: kvn, twisti
dnsimon [Thu, 31 Mar 2016 09:16:49 -0700] rev 37277
8152021: MethodHandleAccessProvider.lookupMethodHandleIntrinsic throws NPE on null argument
Reviewed-by: kvn, twisti
kvn [Thu, 31 Mar 2016 09:16:49 -0700] rev 37276
Merge
mdoerr [Fri, 18 Mar 2016 12:50:17 +0100] rev 37275
8152172: PPC64: Support AES intrinsics
Reviewed-by: kvn, mdoerr, simonis
Contributed-by: horii@jp.ibm.com
enevill [Thu, 31 Mar 2016 12:00:32 +0000] rev 37274
8153172: aarch64: hotspot crashes after the 8.1 LSE patch is merged
Summary: Fix scratch register usage in C1 atomic_op to avoid unpredictable instruction
Reviewed-by: aph
Contributed-by: felix.yang@linaro.org
thartmann [Thu, 31 Mar 2016 09:26:13 +0200] rev 37273
8136798: TestMonomorphicObjectCall.java fails with compilation error
Summary: Refactored test to work with Jake.
Reviewed-by: kvn, zmajo
cjplummer [Wed, 30 Mar 2016 09:52:02 -0700] rev 37272
8148639: Some MethodCounter fields can be excluded when not including C2
Summary: Removed _interpreter_invocation_count and _interpreter_throwout_count fields for C1
Reviewed-by: kvn, coleenp