michaelm [Thu, 14 Nov 2019 09:06:10 +0000] rev 59074
unixdomainchannels: minor apidoc update
michaelm [Thu, 14 Nov 2019 08:27:28 +0000] rev 59073
unixdomainchannels: test updates
iklam [Wed, 13 Nov 2019 19:55:11 -0800] rev 59072
8234133: VM build broken due to memory/archiveUtils.inline.hpp
Reviewed-by: dholmes
jwilhelm [Thu, 14 Nov 2019 03:01:43 +0100] rev 59071
Added tag jdk-14+23 for changeset 15936b142f86
iklam [Wed, 13 Nov 2019 16:36:54 -0800] rev 59070
8231610: Relocate the CDS archive if it cannot be mapped to the requested address
Reviewed-by: jiangli, coleenp, ccheung
jiefu [Thu, 14 Nov 2019 10:02:52 +0800] rev 59069
8234130: Zero VM build broken after JDK-8233913
Reviewed-by: coleenp
darcy [Wed, 13 Nov 2019 15:16:45 -0800] rev 59068
8233096: Update javax.lang.model for switch expressions
Reviewed-by: jjg, jlahoda
kbarrett [Wed, 13 Nov 2019 18:00:30 -0500] rev 59067
8232588: G1 concurrent System.gc can return early or late
8233279: G1: GCLocker GC with +GCLockerInvokesConcurrent spins while cycle in progress
Summary: Refactor G1CH::try_collect and fix bugs with concurrent collections.
Reviewed-by: tschatzl, sjohanss