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