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.183 by dl, Mon May 20 10:40:07 2013 UTC vs.
Revision 1.184 by jsr166, Mon May 20 16:16:42 2013 UTC

# Line 2953 | Line 2953 | public class ForkJoinPool extends Abstra
2953              return false;
2954          long deadline = System.nanoTime() + nanos;
2955          synchronized (this) {
2956 <            for (;;)  {
2956 >            for (;;) {
2957                  if (isTerminated())
2958                      return true;
2959                  if (nanos <= 0L)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines