anazarov [Thu, 26 Jan 2017 14:32:41 +0300] rev 43306
8173372: Add tests for multi-release module jar API validator
Reviewed-by: psandoz
mchung [Wed, 25 Jan 2017 10:53:01 -0800] rev 43305
8172808: Handle sun.security.util.Resources bundle in ResourcesMgr in the same way as AuthResources
Reviewed-by: mullan
plevart [Wed, 25 Jan 2017 15:53:17 +0100] rev 43304
Merge
plevart [Wed, 25 Jan 2017 15:41:20 +0100] rev 43303
8173056: Add test that captures current behavior of annotations with invalid annotation types
Reviewed-by: redestad
chegar [Wed, 25 Jan 2017 14:10:03 +0000] rev 43302
8173354: javadoc warning notice for types in Incubator Modules
Reviewed-by: erikj, michaelm
mli [Wed, 25 Jan 2017 03:47:40 -0800] rev 43301
8173326: Problem list java/rmi/registry/readTest/CodebaseTest.java on Windows
Reviewed-by: dholmes
mli [Tue, 24 Jan 2017 18:41:36 -0800] rev 43300
8171900: javax/net/ssl/SSLSession/SessionTimeOutTests.java failed with "SSLHandshakeException: Remote host terminated the handshake"
Summary: The fix takes some code patterns from SSLSocketTemplate to deal with possible SSLHandshakeException and SocketTimeoutException, and it also resolves a potential mismatch on the connections between the clients and the servers.
Reviewed-by: xuelei
Contributed-by: John Jiang <sha.jiang@oracle.com>