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

Comparing jsr166/src/jdk7/java/util/concurrent/ForkJoinPool.java (file contents):
Revision 1.18 by jsr166, Mon May 20 16:03:34 2013 UTC vs.
Revision 1.19 by jsr166, Mon May 20 16:23:37 2013 UTC

# Line 3118 | Line 3118 | public class ForkJoinPool extends Abstra
3118              return false;
3119          long deadline = System.nanoTime() + nanos;
3120          synchronized (this) {
3121 <            for (;;)  {
3121 >            for (;;) {
3122                  if (isTerminated())
3123                      return true;
3124                  if (nanos <= 0L)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines