rgoel [Thu, 22 Dec 2016 06:05:31 +0000] rev 42930
8167143: CLDR timezone parsing does not work for all locales
Reviewed-by: naoto
xuelei [Thu, 22 Dec 2016 03:35:44 +0000] rev 42929
6972386: issues with String.toLowerCase/toUpperCase
Reviewed-by: weijun
mli [Wed, 21 Dec 2016 18:34:34 -0800] rev 42928
8073080: TEST_BUG: sun/rmi/transport/tcp/DeadCachedConnection.java fails due to "ConnectException: Connection refused to host"
Reviewed-by: rriggs
dl [Wed, 21 Dec 2016 14:26:52 -0800] rev 42927
8170484: Miscellaneous changes imported from jsr166 CVS 2016-12
Reviewed-by: martin, smarks, psandoz
dl [Wed, 21 Dec 2016 14:22:53 -0800] rev 42926
8171051: LinkedBlockingQueue spliterator needs to support node self-linking
Reviewed-by: martin, smarks, psandoz
bpb [Wed, 21 Dec 2016 11:54:42 -0800] rev 42925
8056205: (fs) Potential for NPE in Files.walkFileTree if closing directory fails
Summary: Change incorrect ioe != null to ioe == null
Reviewed-by: rriggs
ntv [Wed, 21 Dec 2016 18:45:34 +0000] rev 42924
8145633: Adjacent value parsing not supported for Localized Patterns
Summary: Enhance the localized weekfields to take part in adjacent value parsing
Reviewed-by: rriggs, scolebourne
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