Fri, 29 Nov 2019 10:02:07 +0000 Merge unixdomainchannels
michaelm [Fri, 29 Nov 2019 10:02:07 +0000] rev 59322
Merge
Fri, 29 Nov 2019 10:20:17 +0100 8233998: New young regions registered too early in collection set
tschatzl [Fri, 29 Nov 2019 10:20:17 +0100] rev 59321
8233998: New young regions registered too early in collection set Reviewed-by: sangheki, sjohanss
Fri, 29 Nov 2019 10:20:16 +0100 8227434: G1 predictions may over/underflow with high variance input
tschatzl [Fri, 29 Nov 2019 10:20:16 +0100] rev 59320
8227434: G1 predictions may over/underflow with high variance input Summary: Clamp G1 prediction output to sensible values. Reviewed-by: lkorinth, sjohanss
Fri, 29 Nov 2019 10:20:14 +0100 8227739: Merge cost predictions for scanning cards and log buffer entries
tschatzl [Fri, 29 Nov 2019 10:20:14 +0100] rev 59319
8227739: Merge cost predictions for scanning cards and log buffer entries Summary: Revamp the cost predictions for the changes in JDK-8200545 and JDK-8213108. Reviewed-by: sjohanss, kbarrett
Fri, 29 Nov 2019 11:28:39 +0300 8234893: ARM32: build failure after JDK-8234387
bulasevich [Fri, 29 Nov 2019 11:28:39 +0300] rev 59318
8234893: ARM32: build failure after JDK-8234387 Reviewed-by: vlivanov
Thu, 28 Nov 2019 09:23:09 +0100 8234625: hs test serviceability/sa/ClhsdbCDSCore.java fails on macOS 10.15
mbaesken [Thu, 28 Nov 2019 09:23:09 +0100] rev 59317
8234625: hs test serviceability/sa/ClhsdbCDSCore.java fails on macOS 10.15 Reviewed-by: clanger, iignatyev
Thu, 28 Nov 2019 22:29:07 -0800 8234723: javax/net/ssl/TLS tests support TLSv1.3
ssahoo [Thu, 28 Nov 2019 22:29:07 -0800] rev 59316
8234723: javax/net/ssl/TLS tests support TLSv1.3 Summary: Missing TLSv1.3 test cases Reviewed-by: xuelei
Fri, 29 Nov 2019 14:07:16 +0800 8234724: javax/net/ssl/templates/SSLSocketSSLEngineTemplate.java supports TLSv1.3
jjiang [Fri, 29 Nov 2019 14:07:16 +0800] rev 59315
8234724: javax/net/ssl/templates/SSLSocketSSLEngineTemplate.java supports TLSv1.3 Reviewed-by: xuelei
Thu, 28 Nov 2019 10:43:35 -0800 8233223: Add Amazon Root CA certificates
rhalade [Thu, 28 Nov 2019 10:43:35 -0800] rev 59314
8233223: Add Amazon Root CA certificates Reviewed-by: mullan
Thu, 28 Nov 2019 16:49:52 +0000 8233307: MulticastSocket getOption(IP_MULTICAST_IF) returns interface when not set
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
Thu, 28 Nov 2019 18:30:18 +0100 8232594: Make the output of the JFR command duration more user friendly
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
Thu, 28 Nov 2019 13:02:30 +0000 8233185: HttpServer.stop() blocks indefinitely when called on dispatch thread
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
Thu, 28 Nov 2019 16:38:25 +0100 8234888: EventStream::close doesn't abort streaming thread
egahlin [Thu, 28 Nov 2019 16:38:25 +0100] rev 59310
8234888: EventStream::close doesn't abort streaming thread Reviewed-by: mgronlun, mseledtsov
Thu, 28 Nov 2019 16:28:53 +0100 8234583: PrintAssemblyOptions isn't passed to hsdis library
lucy [Thu, 28 Nov 2019 16:28:53 +0100] rev 59309
8234583: PrintAssemblyOptions isn't passed to hsdis library Reviewed-by: vlivanov, mdoerr
Thu, 28 Nov 2019 16:11:44 +0100 8234894: [TESTBUG] TestEliminateLocksOffCrash fails for client VMs due to Unrecognized VM option EliminateLocks
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
Mon, 04 Nov 2019 16:10:39 +0800 8233466: aarch64: remove unnecessary load of mdo when profiling return and parameters type
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
Wed, 27 Nov 2019 10:13:41 +0100 8234807: [TESTBUG] LoopRotateBadNodeBudget fails for client VMs due to Unrecognized VM option PartialPeelNewPhiDelta
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
Thu, 28 Nov 2019 12:28:48 +0000 8223196: java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java fails on Solaris SPARC
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
Thu, 28 Nov 2019 12:05:02 +0100 8234645: ARM32: C1: PatchingStub for field access: not enough bytes
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
Thu, 28 Nov 2019 10:57:38 +0300 8234891: AArch64: Fix build failure after JDK-8234387
bulasevich [Thu, 28 Nov 2019 10:57:38 +0300] rev 59303
8234891: AArch64: Fix build failure after JDK-8234387 Reviewed-by: vlivanov, smonteith
Wed, 27 Nov 2019 22:11:08 -0800 8234725: sun/security/ssl/SSLContextImpl tests support TLSv1.3
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
Thu, 28 Nov 2019 07:05:13 +0100 Added tag jdk-14+25 for changeset 17d242844fc9
jwilhelm [Thu, 28 Nov 2019 07:05:13 +0100] rev 59301
Added tag jdk-14+25 for changeset 17d242844fc9
Thu, 28 Nov 2019 13:48:25 +0800 8232446: logging enhancement for rmi when socket closed
mli [Thu, 28 Nov 2019 13:48:25 +0800] rev 59300
8232446: logging enhancement for rmi when socket closed Reviewed-by: rriggs, plevart
Wed, 27 Nov 2019 16:01:34 +0000 8233018: Add a new test to verify that DatagramSocket is not interruptible jdk-14+25
pconcannon [Wed, 27 Nov 2019 16:01:34 +0000] rev 59299
8233018: Add a new test to verify that DatagramSocket is not interruptible Summary: Test added to check the interruptability of DatagramSocket, MulticastSocket and DatagramSocketAdaptor. Reviewed-by: chegar, dfuchs
Wed, 27 Nov 2019 15:13:58 +0000 8234799: javadoc of java.util.Arrays.compare(T[] a, T[] b) misses the word "less"
jboes [Wed, 27 Nov 2019 15:13:58 +0000] rev 59298
8234799: javadoc of java.util.Arrays.compare(T[] a, T[] b) misses the word "less" Summary: Add word "less" to method-level javadoc Reviewed-by: dfuchs, lancea
Wed, 27 Nov 2019 10:23:40 -0800 8234917: Explicitly discuss java.lang.Enum in Class.isEnum spec
darcy [Wed, 27 Nov 2019 10:23:40 -0800] rev 59297
8234917: Explicitly discuss java.lang.Enum in Class.isEnum spec Reviewed-by: jjg
Wed, 27 Nov 2019 11:52:57 -0500 8228720: Shenandoah: Implementation of concurrent class unloading
zgu [Wed, 27 Nov 2019 11:52:57 -0500] rev 59296
8228720: Shenandoah: Implementation of concurrent class unloading Reviewed-by: rkennke
Wed, 27 Nov 2019 06:36:41 -0800 8234781: Update description of InvalidClassException to include more conditions
darcy [Wed, 27 Nov 2019 06:36:41 -0800] rev 59295
8234781: Update description of InvalidClassException to include more conditions Reviewed-by: alanb, chegar
Wed, 27 Nov 2019 13:08:16 +0100 8223378: CSS solution for navbar problem with <a> elements is not ideal
hannesw [Wed, 27 Nov 2019 13:08:16 +0100] rev 59294
8223378: CSS solution for navbar problem with <a> elements is not ideal Reviewed-by: jjg
Wed, 27 Nov 2019 12:18:40 +0100 8141637: Parallelize single threaded heap region iteration during Pre Evacuate Collection Set
sjohanss [Wed, 27 Nov 2019 12:18:40 +0100] rev 59293
8141637: Parallelize single threaded heap region iteration during Pre Evacuate Collection Set Reviewed-by: tschatzl, lkorinth
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 tip