ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jsr166y/ForkJoinTask.java
(Generate patch)

Comparing jsr166/src/jsr166y/ForkJoinTask.java (file contents):
Revision 1.6 by dl, Thu Jul 16 15:32:34 2009 UTC vs.
Revision 1.7 by jsr166, Mon Jul 20 21:45:06 2009 UTC

# Line 955 | Line 955 | public abstract class ForkJoinTask<V> im
955      protected static ForkJoinTask<?> pollNextLocalTask() {
956          return ((ForkJoinWorkerThread)(Thread.currentThread())).pollLocalTask();
957      }
958 <    
958 >
959      /**
960       * Unschedules and returns, without executing, the next task
961       * queued by the current thread but not yet executed, if one is

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines