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

Comparing jsr166/src/main/java/util/concurrent/ForkJoinPool.java (file contents):
Revision 1.167 by dl, Thu Feb 28 00:59:31 2013 UTC vs.
Revision 1.168 by jsr166, Thu Feb 28 16:33:53 2013 UTC

# Line 2310 | Line 2310 | public class ForkJoinPool extends Abstra
2310       * other queues via helpComplete.
2311       */
2312      private void externalHelpComplete(WorkQueue q, ForkJoinTask<?> root) {
2313 <        ForkJoinTask<?>[] a; int m; WorkQueue[] ws;
2313 >        ForkJoinTask<?>[] a; int m; WorkQueue[] ws;
2314          if (root != null && q != null && (a = q.array) != null &&
2315              (m = (a.length - 1)) >= 0) {
2316              outer: for (;;) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines