hg: jdk9/dev/jdk: 5 new changesets
martinrb at google.com
martinrb at google.com
Thu Apr 7 17:20:35 UTC 2016
Changeset: 02225069ab1c
Author: dl
Date: 2016-04-07 09:57 -0700
URL: http://hg.openjdk.java.net/jdk9/dev/jdk/rev/02225069ab1c
8152924: Improve scalability of CompletableFuture with large number of dependents
Reviewed-by: martin, psandoz
! src/java.base/share/classes/java/util/concurrent/CompletableFuture.java
! test/java/util/concurrent/tck/CompletableFutureTest.java
Changeset: 596b4307e193
Author: dl
Date: 2016-04-07 10:01 -0700
URL: http://hg.openjdk.java.net/jdk9/dev/jdk/rev/596b4307e193
8152433: Typo in interface Deque javadocs
Reviewed-by: martin, psandoz, forax
! src/java.base/share/classes/java/util/Deque.java
Changeset: 49dfb7d3f6c9
Author: dl
Date: 2016-04-07 10:06 -0700
URL: http://hg.openjdk.java.net/jdk9/dev/jdk/rev/49dfb7d3f6c9
8151501: LockSupport/ParkLoops.java: AssertionError: lost unpark
Reviewed-by: martin, psandoz, dholmes, forax
! test/java/util/concurrent/locks/LockSupport/ParkLoops.java
Changeset: a933dec23384
Author: dl
Date: 2016-04-07 10:09 -0700
URL: http://hg.openjdk.java.net/jdk9/dev/jdk/rev/a933dec23384
8151344: Improve timeout factor handling in tck/JSR166TestCase
Reviewed-by: martin, psandoz
! test/java/util/concurrent/tck/JSR166TestCase.java
Changeset: 4494b6aea4d0
Author: dl
Date: 2016-04-07 10:12 -0700
URL: http://hg.openjdk.java.net/jdk9/dev/jdk/rev/4494b6aea4d0
8151579: Optimize ConcurrentHashMap.Node
Reviewed-by: martin, psandoz, forax
! src/java.base/share/classes/java/util/concurrent/ConcurrentHashMap.java
More information about the jdk9-dev-changes
mailing list