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
dnsimon [Sun, 05 Nov 2017 22:27:57 +0100] rev 47781
8177397: [JVMCI] remove unnecessary synchronization
Reviewed-by: thartmann, kvn
dchuyko [Mon, 06 Nov 2017 00:29:08 +0300] rev 47780
8190745: AARCH64: fix for JDK-8189176 may break a build
Summary: Add missed semicolon
Reviewed-by: dsamersoff
egahlin [Sun, 05 Nov 2017 06:11:10 +0100] rev 47779
8189440: Event tracing macros for allocation and weak oops processing
Reviewed-by: dholmes, mgronlun
egahlin [Sun, 05 Nov 2017 03:43:15 +0100] rev 47778
8189425: Minor updates in support of closed changes
Reviewed-by: mgronlun, dholmes
sspitsyn [Fri, 03 Nov 2017 17:09:25 -0700] rev 47777
8189731: Disable CFLH when there are no transformers
Summary: Enable CFLH only when there are transformers
Reviewed-by: sspitsyn, alanb
Contributed-by: ben_walsh@uk.ibm.com
ccheung [Fri, 03 Nov 2017 10:48:26 -0700] rev 47776
8187347: Do not abort CDS archive creation when some classes are unverifiable
Summary: deprecating the IgnoreUnverifiableClassesDuringDump vm option in JDK10 and set its default value to true
Reviewed-by: dholmes, jiangli