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.98 by jsr166, Sun Oct 21 04:14:31 2012 UTC vs.
Revision 1.99 by jsr166, Sun Oct 21 06:40:20 2012 UTC

# Line 1302 | Line 1302 | public class ForkJoinPool extends Abstra
1302       *
1303       * @param w the worker's queue
1304       */
1305
1305      final void registerWorker(WorkQueue w) {
1306          Mutex lock = this.lock;
1307          lock.lock();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines