JDK-8134851 : Integrate CompletableFuture with API enhancements
  • Type: Sub-task
  • Component: core-libs
  • Sub-Component: java.util.concurrent
  • Affected Version: 9
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-09-01
  • Updated: 2019-07-01
  • Resolved: 2015-10-14
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9 b88Fixed
Related Reports
Duplicate :  
Duplicate :  
Relates :  
Relates :  
Description
Integrate CompletableFuture API enhancements from the 166 CVS.

API enhancements address common complaints and suggestions
since the introduction of CompletableFuture in Java SE 8. They
include:
  - support for delays and timeouts,
  - better support for subclassing, and
  - a few utility methods.

These have been under review, in the 166 CVS, since January 2015.
Comments
CCC approved
02-10-2015

http://cr.openjdk.java.net/~martin/webrevs/openjdk9/jsr166-jdk9-integration/CompletableFuture/
21-09-2015