ihse [Thu, 17 Oct 2019 11:37:36 +0200] rev 58666
Make it compile again. (Mostly remove logical-op).
ihse [Thu, 17 Oct 2019 11:07:24 +0200] rev 58665
Merge from default (huge)
goetz [Mon, 14 Oct 2019 11:36:17 +0200] rev 58664
8218628: Add detailed message to NullPointerException describing what is null.
Summary: This is the implementation of JEP 358: Helpful NullPointerExceptions.
Reviewed-by: coleenp, clanger, rschmelter, rriggs, forax, mr
ihse [Thu, 17 Oct 2019 10:35:18 +0200] rev 58663
8223998: Missing MakeDir in ExecuteWithLog
Reviewed-by: tbell, erikj
rrich [Wed, 16 Oct 2019 17:03:40 +0200] rev 58662
8232162: Object reallocation in Deoptimization::fetch_unroll_info_helper should not depend on EliminateNestedLocks
Reviewed-by: thartmann, neliasso
mli [Thu, 17 Oct 2019 13:34:06 +0800] rev 58661
8134599: TEST_BUG: java/rmi/transport/closeServerSocket/CloseServerSocket.java fails intermittently with Address already in use
Reviewed-by: weijun, darcy, rriggs, coffeys
mli [Thu, 17 Oct 2019 13:18:01 +0800] rev 58660
8209824: Improve the code coverage for ThreadLocal
Reviewed-by: dholmes, alanb
igerasim [Wed, 16 Oct 2019 18:47:11 -0700] rev 58659
8231859: Extra dash after the exception name in @throws clause of javadoc
Reviewed-by: weijun
jwilhelm [Thu, 17 Oct 2019 02:49:14 +0200] rev 58658
Added tag jdk-14+19 for changeset 9b67dd88a931
darcy [Wed, 16 Oct 2019 16:55:52 -0700] rev 58657
8232230: Suppress warnings on non-serializable non-transient instance fields in java.util.concurrent
Reviewed-by: martin
weijun [Thu, 17 Oct 2019 07:31:35 +0800] rev 58656
8232357: Compare version info of Santuario to legal notice
Reviewed-by: mullan
redestad [Thu, 17 Oct 2019 00:19:02 +0200] rev 58655
8232207: Linux os::available_memory re-reads cgroup configuration on every invocation
Reviewed-by: bobv, sgehwolf
redestad [Thu, 17 Oct 2019 00:00:13 +0200] rev 58654
8232211: Remove dead code from os.hpp|cpp
Reviewed-by: dholmes, dcubed, rehn
igerasim [Wed, 16 Oct 2019 14:32:17 -0700] rev 58653
8230407: SocketPermission and FilePermission action list allows leading comma
Reviewed-by: chegar
Contributed-by: Ivan Gerasimov <ivan.gerasimov@oracle.com>, Chris Hegarty <chris.hegarty@oracle.com>
manc [Mon, 14 Oct 2019 18:48:10 -0700] rev 58652
8232232: G1RemSetSummary::_rs_threads_vtimes is not initialized to zero
Summary: Fix error in "Concurrent refinement threads times" in GC log and cleanup.
Reviewed-by: tschatzl, kbarrett