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
coleenp [Fri, 03 Nov 2017 07:44:13 -0400] rev 47775
8190617: test/jdk/sun/tools/jhsdb/BasicLauncherTest.java fails
Summary: change type expected by SA for PerfMemory::_initialize to int.
Reviewed-by: dholmes, sspitsyn
gziemski [Thu, 02 Nov 2017 11:00:34 -0500] rev 47774
8184765: Dynamically resize SystemDictionary
Summary: Implemented dynamic resizing, which triggers when load factor is too high
Reviewed-by: coleenp, rehn
dchuyko [Thu, 02 Nov 2017 18:44:44 +0300] rev 47773
8189176: AARCH64: Improve _updateBytesCRC32 intrinsic
Reviewed-by: aph
phedlin [Thu, 28 Sep 2017 14:55:45 +0200] rev 47772
8172232: SPARC ISA/CPU feature detection is broken/insufficient (on Linux).
Summary: Reimplementation extending feature detection to SPARC Core C3&C4.
Reviewed-by: kvn, neliasso
jwilhelm [Mon, 30 Oct 2017 21:23:10 +0100] rev 47771
Merge
iklam [Thu, 26 Oct 2017 11:35:09 -0700] rev 47770
8179624: [REDO] Avoid repeated calls to JavaThread::last_frame in InterpreterRuntime
Summary: fixed typo in the original patch (8179305)
Reviewed-by: dlong, coleenp