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.46 by dl, Sat Sep 4 11:33:53 2010 UTC vs.
Revision 1.47 by jsr166, Tue Sep 7 07:10:53 2010 UTC

# Line 496 | Line 496 | public class ForkJoinWorkerThread extend
496       * callers and (3) effective offsets are known not to overflow
497       * from int to long (because of MAXIMUM_QUEUE_CAPACITY). We don't
498       * need corresponding version for reads: plain array reads are OK
499 <     * because they protected by other volatile reads and are
499 >     * because they are protected by other volatile reads and are
500       * confirmed by CASes.
501       *
502       * Most uses don't actually call these methods, but instead contain

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines