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
aph [Thu, 06 Oct 2016 09:36:23 +0000] rev 41689
Merge
aph [Thu, 06 Oct 2016 09:25:21 +0000] rev 41688
8167200: AArch64: Broken stack pointer adjustment in interpreter
Summary: Always adjust SP unconditionally
Reviewed-by: dlong, kbarrett
dnsimon [Wed, 05 Oct 2016 13:56:26 -0700] rev 41687
8167194: [JVMCI] no reliable mechanism for querying JVMCI system properties
Reviewed-by: kvn
kvn [Wed, 05 Oct 2016 21:35:05 +0200] rev 41686
Merge
goetz [Thu, 22 Sep 2016 18:33:47 +0200] rev 41685
8166562: C2: Suppress relocations in scratch emit.
Reviewed-by: kvn
never [Wed, 05 Oct 2016 11:32:50 -0700] rev 41684
8166929: [JVMCI] Expose decompile counts in MDO
Reviewed-by: twisti
sjohanss [Wed, 05 Oct 2016 13:35:57 +0200] rev 41683
8165949: Serial and ConcMarkSweep do not unload strings when class unloading is disabled
Reviewed-by: mgerdin, tschatzl, stefank
jwilhelm [Wed, 21 Oct 2015 15:18:30 +0200] rev 41682
8166276: Refactor gen_process_roots to allow simpler fix for 8165949
Reviewed-by: mgerdin, stefank
Contributed-by: jesper.wilhelmsson@oracle.com, stefan.johansson@oracle.com
mlarsson [Wed, 05 Oct 2016 12:28:35 +0200] rev 41681
Merge
mlarsson [Thu, 08 Sep 2016 15:57:57 +0200] rev 41680
8165600: Convert internal logging tests to GTest
Reviewed-by: rehn, rprotacio
mlarsson [Thu, 08 Sep 2016 15:51:33 +0200] rev 41679
8165704: Convert LogStream internal tests to GTest
Reviewed-by: rehn, rprotacio
mlarsson [Thu, 08 Sep 2016 15:43:20 +0200] rev 41678
8165702: Convert LogFileOutput internal tests to GTest
Reviewed-by: rehn, rprotacio
mlarsson [Thu, 08 Sep 2016 15:28:05 +0200] rev 41677
8165700: Convert LogMessage internal tests to GTest
Reviewed-by: rehn, rprotacio
mlarsson [Thu, 08 Sep 2016 15:24:52 +0200] rev 41676
8165698: Convert LogTagSet related internal tests to GTest
Reviewed-by: rehn, rprotacio
mlarsson [Thu, 08 Sep 2016 15:24:52 +0200] rev 41675
8165696: Convert gcTraceTime internal tests to GTest
Reviewed-by: rehn, rprotacio
erikj [Wed, 05 Oct 2016 11:05:18 +0200] rev 41674
8164120: The minimal VM should be stripped using --strip-unneeded
Reviewed-by: ihse, tbell, bobv
mdoerr [Fri, 29 Apr 2016 15:23:15 +0200] rev 41673
8155729: C2: Skip transformation of LoadConP for heap-based compressed oops
Reviewed-by: kvn
iignatyev [Tue, 04 Oct 2016 21:21:10 +0300] rev 41672
8166129: hitting vmassert during gtest execution doesn't generate core and hs_err files
Reviewed-by: kzhaldyb, kbarrett
iignatyev [Tue, 04 Oct 2016 21:20:42 +0300] rev 41671
8166925: several native TESTs should be changed to TEST_VM
Reviewed-by: vlivanov, kzhaldyb
enevill [Tue, 24 May 2016 08:47:37 -0700] rev 41670
8157708: aarch64: StrIndexOfChar intrinsic is not implemented
Reviewed-by: aph
Contributed-by: ningsheng.jian@linaro.org