michaelm [Wed, 13 Nov 2019 11:37:09 +0000] rev 59054
unixdomainchannels: update to unit tests
lkorinth [Wed, 13 Nov 2019 11:37:29 +0100] rev 59053
8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector
Reviewed-by: kbarrett, tschatzl, erikj, coleenp, dholmes
michaelm [Wed, 13 Nov 2019 11:06:17 +0000] rev 59052
unixdomainchannels: added some unit tests
bsrbnd [Wed, 13 Nov 2019 11:21:15 +0100] rev 59051
8214239: Missing x86_64.ad patterns for clearing and setting long vector bits
Reviewed-by: kvn, vlivanov, jrose, sviswanathan
mdoerr [Mon, 21 Oct 2019 19:58:16 +0200] rev 59050
8230459: Test failed to resume JVMCI CompilerThread
Reviewed-by: dholmes, kvn
smonteith [Wed, 13 Nov 2019 17:24:53 +0800] rev 59049
8231841: AArch64: debug.cpp help() is missing an AArch64 line for pns
Summary: Adds missing line for aarch64 to debug.cpp help() for pns
Reviewed-by: adinn
Contributed-by: alan.hayward@arm.com
michaelm [Wed, 13 Nov 2019 09:16:04 +0000] rev 59048
Merge
michaelm [Wed, 13 Nov 2019 09:09:41 +0000] rev 59047
8233958: Memory retention due to HttpsURLConnection finalizer that serves no purpose
Reviewed-by: dfuchs, rriggs
thartmann [Wed, 13 Nov 2019 08:43:35 +0100] rev 59046
8233656: assert(d->is_CFG() && n->is_CFG()) failed: must have CFG nodes
Summary: Explicitly handle ProjNodes with TOP input.
Reviewed-by: kvn, vlivanov
ysuenaga [Wed, 13 Nov 2019 10:27:06 +0900] rev 59045
8233785: Incorrect JDK version is reported in hs_err log
Reviewed-by: dholmes, stuefe