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.266 by jsr166, Sun Aug 9 18:15:37 2015 UTC vs.
Revision 1.267 by jsr166, Sun Aug 9 18:23:35 2015 UTC

# Line 435 | Line 435 | public class ForkJoinPool extends Abstra
435       * similar but simpler forms.
436       *
437       * Deactivation and waiting. Queuing encounters several intrinsic
438 <     * races; most notably that a inactivating scanning worker can
438 >     * races; most notably that an inactivating scanning worker can
439       * miss seeing a task produced during a scan.  So when a worker
440       * cannot find a task to steal, it inactivates and enqueues, and
441       * then rescans to ensure that it didn't miss one, reactivating

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines