michaelm [Tue, 05 Nov 2019 15:10:00 +0000] rev 58933
added some micro benchmarks (SocketChannelCompare does direct comparison)
mdoerr [Tue, 05 Nov 2019 11:53:46 +0100] rev 58932
8233081: C1: PatchingStub for field access copies too much
Reviewed-by: thartmann, dlong
neliasso [Thu, 31 Oct 2019 17:16:36 +0100] rev 58931
8232896: ZGC: Enable C2 clone intrinsic
Reviewed-by: pliden, kvn
dmarkov [Tue, 05 Nov 2019 10:11:18 +0000] rev 58930
8232880: Update test documentation with additional settings for client UI tooltip tests
Reviewed-by: aivanov, serb, ihse
jiefu [Tue, 05 Nov 2019 17:02:01 +0800] rev 58929
8233574: Shenandoah: build is broken without jfr
Reviewed-by: rkennke, shade
redestad [Tue, 05 Nov 2019 09:58:05 +0100] rev 58928
8233495: Some fieldDescriptor methods can pass existing constantPoolHandle
Reviewed-by: lfoltan, coleenp
redestad [Tue, 05 Nov 2019 09:57:10 +0100] rev 58927
8233494: Avoid calling MallocTracker::record_malloc and record_free when NMT is off
Reviewed-by: mdoerr, zgu
jiefu [Tue, 05 Nov 2019 09:37:20 +0800] rev 58926
8233429: Minimal and zero VM build broken after JDK-8227003
Reviewed-by: iveresov, shade, thartmann
Contributed-by: igor.veresov@oracle.com, fujie@loongson.cn
stuefe [Thu, 31 Oct 2019 07:53:16 +0100] rev 58925
8233019: java.lang.Class.isPrimitive() (C1) returns wrong result if Klass* is aligned to 32bit
Reviewed-by: mdoerr, dlong, aph
igerasim [Mon, 04 Nov 2019 13:02:40 -0800] rev 58924
8233422: Extra space in the title of the HTML javadoc page
Reviewed-by: ihse, erikj
iklam [Mon, 04 Nov 2019 12:36:54 -0800] rev 58923
8232734: [TESTBUG] avoid using JDK symbols in ExtraSymbols.symbols.txt
Reviewed-by: ccheung
herrick [Mon, 04 Nov 2019 15:06:01 -0500] rev 58922
8232919 : If user installs msi and exe, two installations are found in Add/Remove
Submitted-by: asemenyuk
Reviewed-by: aherrick, almatvee
herrick [Mon, 04 Nov 2019 14:57:27 -0500] rev 58921
Merge
bchristi [Mon, 04 Nov 2019 11:42:24 -0800] rev 58920
8233091: Backout JDK-8212117: Class.forName loads a class but not linked if class is not initialized
Reviewed-by: alanb, dholmes, mchung