jcm [Mon, 06 Nov 2017 21:28:03 -0800] rev 47799
8152470: Add COMPILER2_OR_JVMCI definition
Summary: defined(COMPILER2) || INCLUDE_JVMCI changed replaced with COMPILER2_OR_JVMCI
Reviewed-by: kvn
dlong [Mon, 06 Nov 2017 20:29:49 -0800] rev 47798
8190710: Update Graal
Reviewed-by: kvn
jiangli [Mon, 06 Nov 2017 14:12:37 -0500] rev 47797
8184206: Resolve all string constants in shared classes at CDS dump time
Summary: Change ConstantPool::resolve_class_constants() to resolve all string constants.
Reviewed-by: iklam, coleenp
dnsimon [Mon, 06 Nov 2017 21:38:42 +0100] rev 47796
8187315: [JVMCI] hosted use of JVMCI can crash VM under -Xint
Reviewed-by: kvn, dlong
mdoerr [Mon, 06 Nov 2017 17:56:29 +0100] rev 47795
8190781: ppc64 + s390: Fix CriticalJNINatives
Reviewed-by: goetz
dnsimon [Mon, 06 Nov 2017 12:53:55 +0100] rev 47794
8188102: [JVMCI] Convert special JVMCI oops in nmethod to jweak values
Reviewed-by: never, kvn, kbarrett
dnsimon [Mon, 06 Nov 2017 12:17:59 +0100] rev 47793
8186478: [JVMCI] rename HotSpotResolvedJavaMethod#setNotInlineableOrCompileable
Reviewed-by: kvn, thartmann
tschatzl [Mon, 06 Nov 2017 15:33:54 +0100] rev 47792
Merge
tschatzl [Mon, 06 Nov 2017 14:35:07 +0100] rev 47791
Merge
tschatzl [Mon, 06 Nov 2017 14:25:18 +0100] rev 47790
8140255: Move the management of G1YoungRemSetSamplingThread from G1ConcurrentRefine
Reviewed-by: sjohanss, sangheki
tschatzl [Mon, 06 Nov 2017 14:24:31 +0100] rev 47789
8149127: Rename g1/concurrentMarkThread.* to g1/g1ConcurrentMarkThread.*
Reviewed-by: sjohanss, sangheki
dsamersoff [Mon, 06 Nov 2017 14:31:22 +0000] rev 47788
8163011: AArch64: NMT detail stack trace cleanup
Summary: Makes aarch64 behavior similar to x86 one
Reviewed-by: aph, drwhite
jcm [Mon, 06 Nov 2017 04:14:22 -0800] rev 47787
8167409: Invalid value passed to critical JNI function
Summary: the tmp reg used to break the shuffling cycle (handled in ComputeMoveOrder) is set to 64 bit.
Reviewed-by: dlong
lkorinth [Mon, 06 Nov 2017 09:41:54 +0100] rev 47786
8186502: Assert when range testing G1RefProcDrainInterval on 64-bit systems
Reviewed-by: sjohanss, sangheki