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
msheppar [Fri, 13 Sep 2013 12:20:53 +0100] rev 19854
8024675: java/net/NetworkInterface/UniqueMacAddressesTest.java fails on Windows
Summary: amended test to add active, i.e. isUp(), NetworkInterfaces to test list
Reviewed-by: alanb, chegar
bchristi [Thu, 12 Sep 2013 14:22:53 -0700] rev 19853
8024009: Remove jdk.map.useRandomSeed system property
Summary: Removed usage of hashSeed in Hashtable & WeakHashMap, and removed tests
Reviewed-by: alanb, mduigou
sjiang [Fri, 13 Sep 2013 10:48:12 +0200] rev 19852
8023669: MBean*Info.hashCode : NPE
Reviewed-by: dholmes, dfuchs, jbachorik
bpb [Wed, 11 Sep 2013 17:07:35 -0700] rev 19851
8010430: Math.round has surprising behavior for odd values of ulp 1
Summary: If the effective floating point exponent is zero return the significand including the implicit 1-bit.
Reviewed-by: bpb, darcy, gls
Contributed-by: Dmitry Nadezhin <dmitry.nadezhin@oracle.com>
henryjen [Fri, 06 Sep 2013 22:20:01 -0700] rev 19850
8011916: Spec update for java.util.stream
8024339: j.u.s.Stream.reduce(BinaryOperator) throws unexpected NPE
Reviewed-by: mduigou
Contributed-by: brian.goetz@oracle.com
lancea [Thu, 12 Sep 2013 13:20:26 -0400] rev 19849
8015340: remove erroneous @since tag
Reviewed-by: darcy
rriggs [Thu, 12 Sep 2013 10:58:38 -0400] rev 19848
8024618: Issues with French locale on compact1,2: expected:<janvier> but was:<January>
Summary: Tests against the data of the French locale are not valid as conformance tests and are redundant with testing of the US Locale above
Reviewed-by: alanb