mullan [Thu, 01 Nov 2018 16:53:54 -0400] rev 52375
8212669: Add note to Cipher javadoc about using full transformation and not relying on defaults
Reviewed-by: xuelei
rehn [Thu, 01 Nov 2018 17:56:01 +0100] rev 52374
8209495: NMethodSweeper::sweep_code_cache cause severe delays
Reviewed-by: thartmann, eosterlund
rpatil [Thu, 01 Nov 2018 12:43:21 -0400] rev 52373
8213085: (tz) Upgrade time-zone data to tzdata2018g
Reviewed-by: martin, naoto
joehw [Thu, 01 Nov 2018 09:41:04 -0700] rev 52372
8212871: Broken links give 401-Unauthorized
Reviewed-by: lancea
bpb [Thu, 01 Nov 2018 09:34:59 -0700] rev 52371
8213210: Change ServerSocket(SocketImpl impl) constructor to protected access
Reviewed-by: alanb, chegar
weijun [Thu, 01 Nov 2018 22:41:32 +0800] rev 52370
8212217: JGSS: Don't dispose() of creds too eagerly
Reviewed-by: mullan, weijun
Contributed-by: Nico Williams <nico@twosigma.com>
thartmann [Thu, 01 Nov 2018 14:15:35 +0100] rev 52369
8213014: Crash in CompileBroker::make_thread due to OOM
Summary: Added missing null checks and checks for pending exception.
Reviewed-by: kvn, dholmes, mdoerr