jjiang [Fri, 29 Nov 2019 14:07:16 +0800] rev 59315
8234724: javax/net/ssl/templates/SSLSocketSSLEngineTemplate.java supports TLSv1.3
Reviewed-by: xuelei
rhalade [Thu, 28 Nov 2019 10:43:35 -0800] rev 59314
8233223: Add Amazon Root CA certificates
Reviewed-by: mullan
pconcannon [Thu, 28 Nov 2019 16:49:52 +0000] rev 59313
8233307: MulticastSocket getOption(IP_MULTICAST_IF) returns interface when not set
Summary: The MulticastSocket method getOption has been changed to conform to the behavior described in StandardSocketOptions.IP_MULTICAST_IF.
Reviewed-by: chegar, dfuchs
cito [Thu, 28 Nov 2019 18:30:18 +0100] rev 59312
8232594: Make the output of the JFR command duration more user friendly
Reviewed-by: egahlin, cito
Contributed-by: chiroito107@gmail.com, erik.gahlin@oracle.com
jboes [Thu, 28 Nov 2019 13:02:30 +0000] rev 59311
8233185: HttpServer.stop() blocks indefinitely when called on dispatch thread
Summary: Skip dispatcherThread.join() if current thread is the dispatcherThread
Reviewed-by: dfuchs, msheppar, vtewari
egahlin [Thu, 28 Nov 2019 16:38:25 +0100] rev 59310
8234888: EventStream::close doesn't abort streaming thread
Reviewed-by: mgronlun, mseledtsov
lucy [Thu, 28 Nov 2019 16:28:53 +0100] rev 59309
8234583: PrintAssemblyOptions isn't passed to hsdis library
Reviewed-by: vlivanov, mdoerr
cgo [Thu, 28 Nov 2019 16:11:44 +0100] rev 59308
8234894: [TESTBUG] TestEliminateLocksOffCrash fails for client VMs due to Unrecognized VM option EliminateLocks
Reviewed-by: thartmann
fyang [Mon, 04 Nov 2019 16:10:39 +0800] rev 59307
8233466: aarch64: remove unnecessary load of mdo when profiling return and parameters type
Reviewed-by: adinn
cgo [Wed, 27 Nov 2019 10:13:41 +0100] rev 59306
8234807: [TESTBUG] LoopRotateBadNodeBudget fails for client VMs due to Unrecognized VM option PartialPeelNewPhiDelta
Reviewed-by: kvn
dfuchs [Thu, 28 Nov 2019 12:28:48 +0000] rev 59305
8223196: java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java fails on Solaris SPARC
Summary: The test is fixed to use InetAddress.getLocalHost consistently, instead of a mix of getLocalHost/wildcard addresses.
Reviewed-by: chegar, vtewari
mdoerr [Thu, 28 Nov 2019 12:05:02 +0100] rev 59304
8234645: ARM32: C1: PatchingStub for field access: not enough bytes
Reviewed-by: cgo, goetz
bulasevich [Thu, 28 Nov 2019 10:57:38 +0300] rev 59303
8234891: AArch64: Fix build failure after JDK-8234387
Reviewed-by: vlivanov, smonteith
ssahoo [Wed, 27 Nov 2019 22:11:08 -0800] rev 59302
8234725: sun/security/ssl/SSLContextImpl tests support TLSv1.3
Summary: Missing TLSv1.3 test cases
Reviewed-by: xuelei
jwilhelm [Thu, 28 Nov 2019 07:05:13 +0100] rev 59301
Added tag jdk-14+25 for changeset 17d242844fc9
mli [Thu, 28 Nov 2019 13:48:25 +0800] rev 59300
8232446: logging enhancement for rmi when socket closed
Reviewed-by: rriggs, plevart