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.140 by jsr166, Sun Jan 13 21:56:12 2013 UTC vs.
Revision 1.141 by jsr166, Wed Jan 16 22:10:06 2013 UTC

# Line 3127 | Line 3127 | public class ForkJoinPool extends Abstra
3127  
3128      /**
3129       * Waits and/or attempts to assist performing tasks indefinitely
3130 <     * until the {@link #commonPool()} {@link #isQuiescent}
3130 >     * until the {@link #commonPool()} {@link #isQuiescent}.
3131       */
3132      static void quiesceCommonPool() {
3133          common.awaitQuiescence(Long.MAX_VALUE, TimeUnit.NANOSECONDS);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines