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

Comparing jsr166/src/jsr166y/ForkJoinWorkerThread.java (file contents):
Revision 1.66 by jsr166, Wed Jun 1 21:04:30 2011 UTC vs.
Revision 1.67 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