dfuchs [Fri, 01 Feb 2019 14:24:40 +0000] rev 53604
8218133: sun/net/www/protocol/http/ProtocolRedirect.java failed with "java.net.ConnectException"
Summary: changed the test to use the loopback interface.
Reviewed-by: chegar
dfuchs [Fri, 01 Feb 2019 14:15:49 +0000] rev 53603
8195716: BootstrapLoggerTest : Executor still alive
Summary: Make sure the test joins the active executor thread before waiting for the executor to be GC'ed.
Reviewed-by: mchung, martin
ysuenaga [Fri, 01 Feb 2019 21:43:37 +0900] rev 53602
8217432: MetaspaceGC::_capacity_until_GC exceeds MaxMetaspaceSize
Reviewed-by: tschatzl, stuefe
coleenp [Fri, 01 Feb 2019 06:42:41 -0500] rev 53601
8215505: Cleanup jvm.cpp obsolete code after JDK-8210094: Better loading of classloader classes
Summary: remove dead code, also remove function that is not needed after 8210094.
Reviewed-by: lfoltan, dholmes