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

Comparing jsr166/src/jsr166y/ForkJoinWorkerThread.java (file contents):
Revision 1.60 by dl, Tue Nov 23 00:10:39 2010 UTC vs.
Revision 1.61 by jsr166, Tue Nov 23 06:21:54 2010 UTC

# Line 1078 | Line 1078 | public class ForkJoinWorkerThread extend
1078                          break outer;
1079                      }
1080                  }
1081 <                
1081 >
1082                  // Try to descend to find v's stealer
1083                  ForkJoinTask<?> next = v.currentJoin;
1084                  if (task.status < 0 || next == null || next == task ||

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines