-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 8, 9
-
Component/s: core-libs
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8084981 | emb-9 | Doug Lea | P3 | Resolved | Fixed | team |
| JDK-8063825 | 8u45 | Doug Lea | P3 | Resolved | Fixed | b01 |
| JDK-8057659 | 8u40 | Doug Lea | P3 | Resolved | Fixed | b06 |
| JDK-8070096 | emb-8u47 | Doug Lea | P3 | Resolved | Fixed | team |
There have been many improvements to the implementation of j.u.c.CompletableFuture in the jsr 166 repo:
http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/src/main/java/util/concurrent/CompletableFuture.java?sortby=date&view=log
Enhancements include better resource handling for large completion chains (including branched chains) and improved internal restructuring of the implementation.
http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/src/main/java/util/concurrent/CompletableFuture.java?sortby=date&view=log
Enhancements include better resource handling for large completion chains (including branched chains) and improved internal restructuring of the implementation.
- backported by
-
JDK-8057659 Improve CompletableFuture resource usage
-
- Resolved
-
-
JDK-8063825 Improve CompletableFuture resource usage
-
- Resolved
-
-
JDK-8070096 Improve CompletableFuture resource usage
-
- Resolved
-
-
JDK-8084981 Improve CompletableFuture resource usage
-
- Resolved
-
- duplicates
-
JDK-8049527 Update CompletableFuture code from 166 repo
-
- Closed
-