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.262 by dl, Sun Aug 9 14:30:12 2015 UTC vs.
Revision 1.263 by jsr166, Sun Aug 9 16:34:16 2015 UTC

# Line 298 | Line 298 | public class ForkJoinPool extends Abstra
298       * only when locked.  It is mainly used to lock (infrequent)
299       * updates to runState and workQueues.  The auxState instance is
300       * itself lazily constructed (see tryInitialize), requiring a
301 <     * double-check-style boostrapping use of field runState, and
301 >     * double-check-style bootstrapping use of field runState, and
302       * locking a private static.
303       *
304       * Field "workQueues" holds references to WorkQueues.  It is

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines