bpb [Wed, 21 Dec 2016 07:49:36 -0800] rev 42923
8165664: (ch) sun.nio.ch.SocketAdaptor does not respect timeout in case of system date/time change and blocks
Summary: Change System.currentTimeMillis() to System.nanoTime()
Reviewed-by: martin, rriggs
sundar [Wed, 21 Dec 2016 20:16:29 +0530] rev 42922
8170618: jmod should validate if any exported or open package is missing
Reviewed-by: jlaskey, chegar
bgopularam [Wed, 21 Dec 2016 08:12:49 +0000] rev 42921
8160036: Java API doc for method minusMonths in LocalDateTime class needs correction
Summary: Java API doc needs correction
Reviewed-by: rriggs, scolebourne
mli [Tue, 20 Dec 2016 23:09:27 -0800] rev 42920
8168935: sun/security/ssl/SSLContextImpl/TrustTrustedCert.java failed Intermittently
Summary: TrustTrustedCert.java uses SSLSocketTemplate to avoid timeout failure
Reviewed-by: xuelei
Contributed-by: John Jiang <sha.jiang@oracle.com>