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

Comparing jsr166/src/main/java/util/concurrent/CountedCompleter.java (file contents):
Revision 1.55 by dl, Thu Jun 2 13:16:27 2016 UTC vs.
Revision 1.56 by jsr166, Thu Jun 2 13:40:42 2016 UTC

# Line 733 | Line 733 | public abstract class CountedCompleter<T
733          try {
734              MethodHandles.Lookup l = MethodHandles.lookup();
735              PENDING = l.findVarHandle(CountedCompleter.class, "pending", int.class);
736 <            
736 >
737          } catch (ReflectiveOperationException e) {
738              throw new Error(e);
739          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines