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

Comparing jsr166/src/main/java/util/concurrent/ForkJoinTask.java (file contents):
Revision 1.103 by jsr166, Sun Oct 11 15:49:10 2015 UTC vs.
Revision 1.104 by jsr166, Tue Oct 13 19:45:34 2015 UTC

# Line 1052 | Line 1052 | public abstract class ForkJoinTask<V> im
1052  
1053      /**
1054       * Possibly executes tasks until the pool hosting the current task
1055 <     * {@link ForkJoinPool#isQuiescent is quiescent}. This method may
1056 <     * be of use in designs in which many tasks are forked, but none
1057 <     * are explicitly joined, instead executing them until all are
1058 <     * processed.
1055 >     * {@linkplain ForkJoinPool#isQuiescent is quiescent}.  This
1056 >     * method may be of use in designs in which many tasks are forked,
1057 >     * but none are explicitly joined, instead executing them until
1058 >     * all are processed.
1059       */
1060      public static void helpQuiesce() {
1061          Thread t;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines