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