dholmes [Mon, 17 Oct 2016 18:40:10 -0400] rev 41704
8166197: assert(RelaxAssert || w != Thread::current()->_MutexEvent) failed: invariant
Reviewed-by: dcubed, cvarming
kvn [Fri, 14 Oct 2016 08:54:02 -0700] rev 41703
Merge
rschatz [Mon, 03 Oct 2016 19:09:26 +0000] rev 41702
Merge
rschatz [Mon, 03 Oct 2016 17:54:28 +0000] rev 41701
8166781: fix wrong comment in ReceiverTypeData
Reviewed-by: kvn
dlong [Mon, 03 Oct 2016 12:35:51 -0400] rev 41700
Merge
roland [Wed, 28 Sep 2016 11:17:51 +0200] rev 41699
8166836: Elimination of clone's ArrayCopyNode may make compilation fail silently
Reviewed-by: vlivanov
jcm [Thu, 29 Sep 2016 22:37:05 -0700] rev 41698
8134389: Crash in HotSpot with jvm.dll+0x42b48 ciObjectFactory::create_new_metadata
Summary: Always obtain return type from declared_signature for Invoke::declared_type. TypeCast return value to declared_signature return type for inlined lforms.
Reviewed-by: kvn, vlivanov
never [Thu, 29 Sep 2016 10:00:56 -0700] rev 41697
8166869: [JVMCI] record metadata relocations for metadata references
Reviewed-by: kvn
rasbold [Wed, 28 Sep 2016 10:11:40 -0700] rev 41696
8166742: SIGFPE in C2 Loop IV elimination
Reviewed-by: kvn
dnsimon [Tue, 27 Sep 2016 04:48:51 -0700] rev 41695
8166517: [JVMCI] export JVMCI to auto-detected JVMCI compiler
Reviewed-by: kvn, twisti
adinn [Tue, 27 Sep 2016 09:25:26 +0100] rev 41694
8165673: AArch64: Fix JNI floating point argument handling
Reviewed-by: aph, adinn
Contributed-by: ningsheng.jian@linaro.org
mdoerr [Tue, 27 Sep 2016 09:26:30 +0200] rev 41693
8166689: PPC64: Race condition between stack bang and non-entrant patching
Reviewed-by: goetz
amurillo [Thu, 13 Oct 2016 08:57:54 -0700] rev 41692
Merge
hseigel [Mon, 10 Oct 2016 08:34:32 -0400] rev 41691
8166364: fatal error: acquiring lock DirtyCardQ_CBL_mon/16 out of order with lock Module_lock/6 -- possible deadlock
Summary: Set the mirror's module field outside of the module lock.
Reviewed-by: dsamersoff, dholmes, rehn
dnsimon [Fri, 07 Oct 2016 15:40:34 -0700] rev 41690
8167353: [JVMCI] JVMCI re-initialization check is in the wrong location
Reviewed-by: kvn, twisti