psandoz [Thu, 05 Dec 2013 09:44:53 +0100] rev 21981
8028564: Concurrent calls to CHM.put can fail to add the key/value to the map
Reviewed-by: psandoz, chegar, alanb
Contributed-by: Doug Lea <dl@cs.oswego.edu>
erikj [Thu, 05 Dec 2013 09:25:31 +0100] rev 21980
8027963: Create unlimited policy jars.
Reviewed-by: wetmore, ihse
ascarpino [Wed, 04 Dec 2013 17:37:25 -0800] rev 21979
8029550: javadoc since tag for recent Hashtable updates
Reviewed-by: mullan
mchung [Wed, 04 Dec 2013 13:35:58 -0800] rev 21978
8029552: Remove java/lang/management/MemoryMXBean/CollectionUsageThreshold.java from ProblemList.txt
Reviewed-by: alanb
ascarpino [Wed, 04 Dec 2013 10:59:17 -0800] rev 21977
8027218: TEST_BUG: sun/security/pkcs11/ec tests fail because of ever-changing key size restrictions
Reviewed-by: vinnie
smarks [Wed, 04 Dec 2013 18:02:33 +0000] rev 21976
8029141: Add @FunctionalInterface annotation to Callable interface
Reviewed-by: chegar, alanb
mfang [Wed, 04 Dec 2013 09:32:26 -0800] rev 21975
Merge
mfang [Wed, 04 Dec 2013 09:29:29 -0800] rev 21974
8027244: Need to translate new error message and usage information for jar tool
Reviewed-by: naoto, yhuang
mchung [Wed, 04 Dec 2013 09:26:47 -0800] rev 21973
7067973: test/java/lang/management/MemoryMXBean/CollectionUsageThreshold.java hanging intermittently
Reviewed-by: mchung
Contributed-by: yiming.wang@oracle.com
coffeys [Wed, 04 Dec 2013 17:03:13 +0000] rev 21972
8029347: sun/rmi/runtime/Log/checkLogging/CheckLogging.java fails in nightly intermittently
Reviewed-by: alanb
henryjen [Wed, 04 Dec 2013 08:12:11 -0800] rev 21971
8029434: Spliterator of Stream returned by BufferedReader.lines() should have NONNULL characteristic
Reviewed-by: mduigou
jfranck [Wed, 04 Dec 2013 11:04:05 +0100] rev 21970
8029117: (reflect) clarify javadoc for getMethod(...) and getMethods()
Reviewed-by: darcy
psandoz [Wed, 04 Dec 2013 10:27:50 +0100] rev 21969
8029164: Race condition in CompletableFuture.thenCompose with asynchronous task
Reviewed-by: dl, chegar, mduigou
sla [Tue, 03 Dec 2013 17:06:23 +0100] rev 21968
6461635: [TESTBUG] BasicTests.sh test fails intermittently
Summary: Transform dummy class instead of BigInteger to avoid complication by -Xshare. Ported from script to java.
Reviewed-by: alanb
Contributed-by: mattias.tobiasson@oracle.com
lana [Tue, 03 Dec 2013 23:09:17 -0800] rev 21967
Merge
briangoetz [Tue, 03 Dec 2013 21:22:14 -0800] rev 21966
8028816: Add value-type notice to Optional* classes
Reviewed-by: mduigou, smarks
Contributed-by: bitterfoxc@gmail.com