dpochepk [Fri, 28 Jun 2019 17:10:22 +0300] rev 55521
8223173: Implement fast class initialization checks on AARCH64
Reviewed-by: aph
michaelm [Fri, 28 Jun 2019 11:26:07 +0100] rev 55520
8222968: ByteArrayPublisher is not thread-safe resulting in broken re-use of HttpRequests
Reviewed-by: chegar, dfuchs
thartmann [Fri, 28 Jun 2019 09:12:49 +0200] rev 55519
8226879: Memory leak in Type::hashcons
Summary: Call delete on xdual type.
Reviewed-by: kvn
jwilhelm [Thu, 27 Jun 2019 22:03:19 +0200] rev 55518
Merge
prr [Thu, 27 Jun 2019 12:55:55 -0700] rev 55517
8226783: GTK is not being returned as the System L&F on Gnome
Reviewed-by: serb, psadhukhan
rschmelter [Thu, 27 Jun 2019 00:51:04 -0700] rev 55516
8226608: Hide the onjcmd option from the help output
Reviewed-by: sspitsyn, clanger
jwilhelm [Thu, 27 Jun 2019 03:13:54 +0200] rev 55515
Added tag jdk-13+27 for changeset b7f68ddec66f
rehn [Wed, 26 Jun 2019 18:22:28 +0200] rev 55514
8225702: Safepoint counter can't be used for safepoint detection
Reviewed-by: dcubed, dholmes
coleenp [Thu, 27 Jun 2019 11:40:18 -0400] rev 55513
8225437: JvmtiExport::gc_epilogue is unnecessary
Summary: Remove jvmtiExport::gc_epilogue after full GCs
Reviewed-by: dholmes, sspitsyn, dlong
dfuchs [Thu, 27 Jun 2019 16:12:39 +0100] rev 55512
8226825: Replace wildcard address with loopback or local host in tests - part 19
Summary: Replace use of wildcard by the loopback address, or possibly the local host address, wherever possible, to improve test stability.
Reviewed-by: chegar, bpb
Contributed-by: julia.boes@oracle.com