ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/CompletableFuture.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/CompletableFuture.java (file contents):
Revision 1.216 by jsr166, Sun Sep 23 15:20:32 2018 UTC vs.
Revision 1.217 by jsr166, Sun Sep 23 23:54:12 2018 UTC

# Line 1940 | Line 1940 | public class CompletableFuture<T> implem
1940       * Creates a new complete CompletableFuture with given encoded result.
1941       */
1942      CompletableFuture(Object r) {
1943 <        this.result = r;
1943 >        RESULT.setRelease(this, r);
1944      }
1945  
1946      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines