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.27 by jsr166, Tue Sep 7 07:10:54 2010 UTC vs.
Revision 1.28 by jsr166, Tue Sep 7 14:37:28 2010 UTC

# Line 488 | Line 488 | public class ForkJoinWorkerThread extend
488  
489      /*
490       * Intrinsics-based atomic writes for queue slots. These are
491 <     * basically the same as methods in AtomicObjectArray, but
491 >     * basically the same as methods in AtomicReferenceArray, but
492       * specialized for (1) ForkJoinTask elements (2) requirement that
493       * nullness and bounds checks have already been performed by
494       * callers and (3) effective offsets are known not to overflow

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines