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
dnsimon [Mon, 06 Nov 2017 09:44:42 +0100] rev 47785
8190415: [JVMCI] JVMCIRuntime::adjust_comp_level must not swallow ThreadDeath
Reviewed-by: never, thartmann
sjohanss [Mon, 06 Nov 2017 11:11:44 +0100] rev 47784
8190353: [Testbug] test/hotspot/jtreg/gc/logging/TestPrintReferences.java can still fail
Reviewed-by: sangheki, eosterlund
jcm [Mon, 06 Nov 2017 09:49:30 +0100] rev 47783
Merge
jcm [Mon, 06 Nov 2017 00:30:36 -0800] rev 47782
8167408: Invalid critical JNI function lookup
Summary: made correction to arg_size calculation in NativeLookup::lookup_critical_entry
Reviewed-by: dholmes, dlong, mdoerr, vlivanov