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

Comparing jsr166/src/main/java/util/concurrent/ForkJoinPool.java (file contents):
Revision 1.340 by jsr166, Tue Jan 16 20:54:38 2018 UTC vs.
Revision 1.341 by jsr166, Wed Jan 17 05:40:20 2018 UTC

# Line 203 | Line 203 | public class ForkJoinPool extends Abstra
203       *
204       * (The actual code needs to null-check and size-check the array,
205       * uses masking, not mod, for indexing a power-of-two-sized array,
206 <     * adds a release fence for publication,, and possibly signals
206 >     * adds a release fence for publication, and possibly signals
207       * waiting workers to start scanning -- see below.)  Both a
208       * successful pop and poll mainly entail a CAS of a slot from
209       * non-null to null.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines