mullan [Wed, 30 Jan 2019 15:42:47 -0500] rev 53608
8217579: TLS_EMPTY_RENEGOTIATION_INFO_SCSV is disabled after 8211883
Reviewed-by: jnimeh, clanger
erikj [Fri, 01 Feb 2019 10:08:21 -0800] rev 53607
8218198: Revert devkit change in JDK-8217910 for linux-x64
Reviewed-by: tbell
shade [Fri, 01 Feb 2019 16:03:16 +0100] rev 53606
8218151: Simplify JavaThread::thread_state definition
Reviewed-by: stefank, dholmes, kbarrett
shade [Fri, 01 Feb 2019 16:03:15 +0100] rev 53605
8217879: hs_err should print more instructions in hex dump
Reviewed-by: stuefe, coleenp, dholmes, lucy, stefank
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
ihse [Fri, 01 Feb 2019 12:44:30 +0100] rev 53600
8217896: Make better use of LCPUs when building on AIX
Reviewed-by: ihse
Contributed-by: Andrew Leonard <andrew_m_leonard@uk.ibm.com>
stuefe [Sat, 08 Dec 2018 12:09:59 +0100] rev 53599
8214975: No hs-err file if fatal error is raised during dynamic initialization
Reviewed-by: dholmes, dcubed