sherman [Sun, 15 Sep 2013 11:16:58 -0700] rev 19864
7186311: (props) "Unicode" is misspelled as "Uniocde" in JavaDoc and error message
Summary: to correct the typo
Reviewed-by: alanb, chegar
psandoz [Sun, 15 Sep 2013 16:13:41 +0200] rev 19863
8024837: Rename java/util/concurrent/ConcurrentHashMap/toArray.java to ToArray.java
Reviewed-by: alanb
psandoz [Mon, 02 Sep 2013 11:59:57 +0200] rev 19862
8010293: java/util/concurrent/ConcurrentHashMap/toArray.java fails intermittently
Reviewed-by: forax, chegar, alanb
Contributed-by: Doug Lea <dl@cs.oswego.edu>, Peter Levart <peter.levart@gmail.com>, Paul Sandoz <paul.sandoz@oracle.com>
rriggs [Sat, 14 Sep 2013 13:55:06 -0400] rev 19861
8023556: Update javadoc for start of Meiji era
Summary: correct the javadoc in JapaneseEra.MEIJI to match the implementation
Reviewed-by: darcy, sherman
rriggs [Sat, 14 Sep 2013 13:55:04 -0400] rev 19860
8023639: Difference between LocalTime.now(Clock.systemDefaultZone()) and LocalTime.now() executed successively is more than 100 000 000 nanoseconds for slow machines
Summary: Test timed out on a slow machine; it is not a conformance test and should be in the test subtree
Reviewed-by: darcy, sherman
henryjen [Fri, 06 Sep 2013 15:36:00 -0700] rev 19859
8024825: Some fixes are missing from java.util.stream spec update
Reviewed-by: mduigou
lancea [Fri, 13 Sep 2013 19:10:31 -0400] rev 19858
8014967: EBehavior of DriverManager.registerDriver(dr) is unspecified if driver is null
Reviewed-by: alanb
bchristi [Fri, 13 Sep 2013 11:26:44 -0700] rev 19857
7199674: (props) user.home property does not return an accessible location in sandboxed environment [macosx]
Summary: On MacOS X set user.home to value of NSHomeDirectory()
Reviewed-by: alanb, ddehaven, mduigou
mduigou [Fri, 13 Sep 2013 11:19:13 -0700] rev 19856
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
Reviewed-by: mchung, dholmes, alanb
mduigou [Fri, 13 Sep 2013 11:18:44 -0700] rev 19855
8021591: Additional explicit null checks
Reviewed-by: psandoz, alanb