mbaesken [Thu, 05 Jul 2018 09:38:15 +0200] rev 50995
8206394: missing ResourceMark in AOTCompiledMethod::metadata_do, AOTCompiledMethod::clear_inline_caches , CompiledMethod::clear_ic_stubs , CompiledMethod::cleanup_inline_caches_impl
Reviewed-by: kvn
sdama [Fri, 06 Jul 2018 00:40:12 +0530] rev 50994
8198405: JImageExtractTest.java & JImageListTest.java failed in Windows.
Summary: Make a directory readonly using nio file attribute AclEntry
Reviewed-by: jlaskey
serb [Thu, 05 Jul 2018 21:29:11 +0300] rev 50993
8205454: & is displayed in some Swing docs
Reviewed-by: prr, psadhukhan
simonis [Tue, 12 Jun 2018 13:00:50 +0530] rev 50992
8202329: [AIX] Fix codepage mappings for IBM-943 and Big5
Reviewed-by: simonis, stuefe
Contributed-by: bhamaram@in.ibm.com
serb [Thu, 05 Jul 2018 19:05:08 +0300] rev 50991
8189604: possible hang in sun.awt.shell.Win32ShellFolder2$KnownFolderDefinition::<clinit>
Reviewed-by: prr, kaddepalli
jwilhelm [Thu, 05 Jul 2018 13:26:50 +0200] rev 50990
Added tag jdk-11+21 for changeset 14708e1acdc3
stuefe [Thu, 05 Jul 2018 11:56:19 +0200] rev 50989
8206243: java -XshowSettings fails if memory.limit_in_bytes overflows LONG.max
Reviewed-by: dholmes, bobv
xiaofeya [Thu, 05 Jul 2018 13:22:44 +0800] rev 50988
8206378: Backout JDK-8202561
Reviewed-by: dholmes
ssahoo [Wed, 04 Jul 2018 11:49:46 -0700] rev 50987
8206355: SSLSessionImpl.getLocalPrincipal() throws NPE
Summary: Fixed SSLSessionImpl.getLocalPrincipal() implementation when client side authentication is not enabled.
Reviewed-by: xuelei
mgronlun [Wed, 04 Jul 2018 18:39:26 +0200] rev 50986
8198346: assert(!_cld->claimed()) failed in TestObjectDescription.java
Reviewed-by: egahlin
michaelm [Wed, 04 Jul 2018 16:16:24 +0100] rev 50985
8206001: Enable TLS1.3 by default in Http Client
Reviewed-by: dfuchs
mbaesken [Wed, 04 Jul 2018 16:54:56 +0200] rev 50984
8206145: dbgsysSocketClose - do not restart close if errno is EINTR [linux]
Reviewed-by: alanb, stuefe
mbaesken [Tue, 03 Jul 2018 12:40:42 +0200] rev 50983
8206255: fix compiler/intrinsics/sha/cli/TestUseSHAOptionOnSupportedCPU.java jtreg test on linux s390x
Reviewed-by: stuefe
neliasso [Tue, 03 Jul 2018 09:11:00 +0200] rev 50982
8205999: C2 compilation fails with "assert(store->find_edge(load) != -1) failed: missing precedence edge"
Summary: Backout 8204157 to state before 8192992
Reviewed-by: thartmann, mdoerr
sdama [Wed, 04 Jul 2018 17:49:21 +0530] rev 50981
8198819: tools/jimage/JImageExtractTest.java, fails intermittently at testExtract (macos)
Summary: Modified test to work on only modules extracted using jimage instead of files present in current directory
Reviewed-by: jlaskey