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
Wed, 27 Nov 2019 11:31:46 +0100 8234897: 8234748: Clean up atomic and orderAccess includes - part 2
stefank [Wed, 27 Nov 2019 11:31:46 +0100] rev 59292
8234897: 8234748: Clean up atomic and orderAccess includes - part 2 Reviewed-by: tschatzl, dholmes
Fri, 15 Nov 2019 16:39:08 +0100 8220376: C2: Int >0 not recognized as !=0 for div by 0 check
phedlin [Fri, 15 Nov 2019 16:39:08 +0100] rev 59291
8220376: C2: Int >0 not recognized as !=0 for div by 0 check Reviewed-by: neliasso, vlivanov, mdoerr
Tue, 26 Nov 2019 10:47:46 +0100 8234748: Clean up atomic and orderAccess includes
stefank [Tue, 26 Nov 2019 10:47:46 +0100] rev 59290
8234748: Clean up atomic and orderAccess includes Reviewed-by: dholmes
Wed, 27 Nov 2019 10:21:22 +0100 Merge
tschatzl [Wed, 27 Nov 2019 10:21:22 +0100] rev 59289
Merge
Wed, 27 Nov 2019 10:19:45 +0100 8233301: Implementation of JEP 366: Deprecate the ParallelScavenge + SerialOld GC Combination
tschatzl [Wed, 27 Nov 2019 10:19:45 +0100] rev 59288
8233301: Implementation of JEP 366: Deprecate the ParallelScavenge + SerialOld GC Combination Summary: Deprecate the ParallelScavenge + SerialOld GC combinations by deprecating the UseParallelOldGC flag. Also reviewed by Bernd Eckenfels<ecki@zusammenkunft.net>. Reviewed-by: pliden
Wed, 27 Nov 2019 10:07:29 +0100 8234525: enable link-time section-gc for linux s390x to remove unused code
mbaesken [Wed, 27 Nov 2019 10:07:29 +0100] rev 59287
8234525: enable link-time section-gc for linux s390x to remove unused code Reviewed-by: erikj, mdoerr
Tue, 26 Nov 2019 13:55:11 +0100 8234809: set relro in linker flags when building with gcc
mbaesken [Tue, 26 Nov 2019 13:55:11 +0100] rev 59286
8234809: set relro in linker flags when building with gcc Reviewed-by: erikj, fweimer
Wed, 27 Nov 2019 09:00:01 +0100 8231826: Implement javac changes for pattern matching for instanceof
jlahoda [Wed, 27 Nov 2019 09:00:01 +0100] rev 59285
8231826: Implement javac changes for pattern matching for instanceof Reviewed-by: mcimadamore Contributed-by: brian.goetz@oracle.com, gavin.bierman@oracle.com, maurizio.cimadamore@oracle.com, srikanth.adayapalam@oracle.com, vicente.romero@oracle.com, jan.lahoda@oracle.com
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 tip