ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ForkJoinWorkerThread.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/ForkJoinWorkerThread.java (file contents):
Revision 1.49 by jsr166, Fri Jun 3 02:28:05 2011 UTC vs.
Revision 1.50 by jsr166, Wed Jun 8 05:12:25 2011 UTC

# Line 163 | Line 163 | public class ForkJoinWorkerThread extend
163  
164      /**
165       * The work-stealing queue array. Size must be a power of two.
166 <     * Initialized when started (as oposed to when constructed), to
166 >     * Initialized when started (as opposed to when constructed), to
167       * improve memory locality.
168       */
169      ForkJoinTask<?>[] queue;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines