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.195 by jsr166, Tue Nov 12 23:06:34 2013 UTC vs.
Revision 1.196 by jsr166, Mon Dec 9 17:00:23 2013 UTC

# Line 3149 | Line 3149 | public class ForkJoinPool extends Abstra
3149       *  <pre> {@code
3150       * while (!blocker.isReleasable())
3151       *   if (blocker.block())
3152 <     *     return;
3153 <     * }</pre>
3152 >     *     return;}</pre>
3153       *
3154       * If the caller is a {@code ForkJoinTask}, then the pool may
3155       * first be expanded to ensure parallelism, and later adjusted.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines