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.8 by jsr166, Tue Aug 4 01:23:41 2009 UTC vs.
Revision 1.9 by jsr166, Wed Aug 12 04:10:59 2009 UTC

# Line 88 | Line 88 | public class ForkJoinWorkerThread extend
88       * AtomicIntegers and AtomicReferenceArrays for the indices and
89       * array is significantly slower because of memory locality and
90       * indirection effects.)
91 <     *
91 >     *
92       * Further, performance on most platforms is very sensitive to
93       * placement and sizing of the (resizable) queue array.  Even
94       * though these queues don't usually become all that big, the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines