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

Comparing jsr166/src/jsr166y/ForkJoinPool.java (file contents):
Revision 1.113 by jsr166, Thu Jan 26 19:00:15 2012 UTC vs.
Revision 1.114 by jsr166, Thu Jan 26 19:09:03 2012 UTC

# Line 649 | Line 649 | public class ForkJoinPool extends Abstra
649       * for push, or under lock for trySharedPush, and accessed by
650       * other threads only after reading (volatile) base.  Both top and
651       * base are allowed to wrap around on overflow, but (top - base)
652 <     * (or more comonly -(base - top) to force volatile read of base
652 >     * (or more commonly -(base - top) to force volatile read of base
653       * before top) still estimates size.
654       *
655       * The array slots are read and written using the emulation of

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines