ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jsr166e/ForkJoinPool.java
(Generate patch)

Comparing jsr166/src/jsr166e/ForkJoinPool.java (file contents):
Revision 1.23 by jsr166, Thu Nov 22 18:14:57 2012 UTC vs.
Revision 1.24 by jsr166, Sat Nov 24 03:56:07 2012 UTC

# Line 1326 | Line 1326 | public class ForkJoinPool extends Abstra
1326       * wrap around zero, this method harmlessly fails to reinitialize
1327       * if workQueues exists, while still advancing plock.
1328       *
1329 <     * Additonally tries to create the first worker.
1329 >     * Additionally tries to create the first worker.
1330       */
1331      private void initWorkers() {
1332          WorkQueue[] ws, nws; int ps;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines