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.259 by jsr166, Sat Aug 8 17:47:32 2015 UTC vs.
Revision 1.260 by jsr166, Sat Aug 8 17:50:19 2015 UTC

# Line 2394 | Line 2394 | public class ForkJoinPool extends Abstra
2394                      rs = runState = runState | TERMINATED;
2395                  }
2396                  synchronized (this) {
2397 <                    notifyAll();                   // for awaitTermination
2397 >                    notifyAll();                  // for awaitTermination
2398                  }
2399                  break;
2400              }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines