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
stuefe [Wed, 16 Oct 2019 17:41:03 +0200] rev 58651
Merge
yzheng [Wed, 16 Oct 2019 16:54:56 +0200] rev 58650
8231754: [JVMCI] Make r27 unconditionally reserved in JVMCI
Summary: Reserve r27 (heap base register) on AArch64 unconditionally
Reviewed-by: adinn, dlong
dfuchs [Wed, 16 Oct 2019 14:50:53 +0100] rev 58649
8231449: HttpClient’s client ssl certificate authentication seems to be broken.
Summary: SSLFlowDelegate.Reader and SubscriberWrapper are changed to better cooperate on when more demand should be requested from upstream. The issue encountered in this scenario was triggered by a large certificate which caused the SSLFlowDelegate to stop requesting data from upstream during the handshake although the engine handshake status was NEED_UNWRAP.
Reviewed-by: chegar
herrick [Wed, 16 Oct 2019 10:32:08 -0400] rev 58648
8232279 : Improve test helpers #2
Submitted-by: asemenyuk
Reviewed-by: aherrick, almatvee
herrick [Wed, 16 Oct 2019 09:57:23 -0400] rev 58647
8231862: Decouple DesktopIntegration and LinuxPackageBundler classes
Submitted-by: asemenyuk
Reviewed-by: aherrick, almatvee
stuefe [Wed, 16 Oct 2019 16:10:24 +0200] rev 58646
Remove experimental MetaspaceSeparateMicroCLDs feature, since its effect was underwhelming
stuefe [Wed, 16 Oct 2019 15:31:05 +0200] rev 58645
Merge
tschatzl [Wed, 16 Oct 2019 12:36:44 +0200] rev 58644
8232260: Remove g1 prefix in G1CollectedHeap::g1_hot_card_cache() getter
Reviewed-by: kbarrett, sjohanss
mdoerr [Wed, 16 Oct 2019 11:52:56 +0200] rev 58643
8232106: [x86] C2: SIGILL due to usage of SSSE3 instructions on processors which don't support it
Reviewed-by: kvn, thartmann