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.215 by dl, Sun Jul 13 22:43:54 2014 UTC vs.
Revision 1.216 by jsr166, Sun Jul 13 23:07:56 2014 UTC

# Line 306 | Line 306 | public class ForkJoinPool extends Abstra
306       * internal Object to use as a monitor, the "stealCounter" (an
307       * AtomicLong) is used when available (it too must be lazily
308       * initialized; see externalSubmit).
309 <
309 >     *
310       * Usages of "runState" vs "ctl" interact in only one case:
311       * deciding to add a worker thread (see tryAddWorker), in which
312       * case the ctl CAS is performed while the lock is held.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines