phh [Sat, 30 Nov 2019 14:33:05 -0800] rev 59330
8234541: C1 emits an empty message when it inlines successfully
Summary: Use "inline" as the message when successfull
Reviewed-by: thartmann, mdoerr
Contributed-by: navy.xliu@gmail.com
alanb [Sat, 30 Nov 2019 16:21:19 +0000] rev 59329
8234805: (dc) Remove JNI upcall from DatagramChannel.receive implementation
Reviewed-by: dfuchs, chegar
iklam [Fri, 29 Nov 2019 14:11:50 -0800] rev 59328
8230385: [cds] No message is logged when shared image cannot be used due to mismatched configuration
Reviewed-by: stuefe, dholmes, ccheung
egahlin [Fri, 29 Nov 2019 17:31:01 +0100] rev 59327
8234671: JFR api/consumer/recordingstream/TestStart.java failed due to timeout at testStartTwice()
Reviewed-by: mgronlun
adinn [Fri, 29 Nov 2019 15:37:13 +0000] rev 59326
8232828: AArch64: compiler/c2/aarch64/TestVolatilesG1.java fails after JDK-8225776
Reviewed-by: aph
rehn [Fri, 29 Nov 2019 12:09:25 +0100] rev 59325
8234086: VM operation can be simplified
Reviewed-by: kbarrett, dholmes, dcubed
neliasso [Fri, 29 Nov 2019 11:26:25 +0100] rev 59324
8234520: ZGC: C2: Oop instance cloning causing skipped compiles
Reviewed-by: pliden, vlivanov
mbaesken [Thu, 28 Nov 2019 13:02:39 +0100] rev 59323
8234821: remove unused functions from libjli
Reviewed-by: clanger, alanb
michaelm [Fri, 29 Nov 2019 10:02:07 +0000] rev 59322
Merge
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
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
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
bulasevich [Fri, 29 Nov 2019 11:28:39 +0300] rev 59318
8234893: ARM32: build failure after JDK-8234387
Reviewed-by: vlivanov
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
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
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