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.278 by jsr166, Sun Sep 20 02:42:52 2015 UTC vs.
Revision 1.279 by jsr166, Sun Sep 20 17:03:22 2015 UTC

# Line 1028 | Line 1028 | public class ForkJoinPool extends Abstra
1028          }
1029  
1030          /**
1031 <         * Shared version of pop
1031 >         * Shared version of pop.
1032           */
1033          final boolean trySharedUnpush(ForkJoinTask<?> task) {
1034              boolean popped = false;
# Line 1392 | Line 1392 | public class ForkJoinPool extends Abstra
1392      private static final long IDLE_TIMEOUT_MS = 2000L; // 2sec
1393  
1394      /**
1395 <     * Tolerance for idle timeouts, to cope with timer undershoots
1395 >     * Tolerance for idle timeouts, to cope with timer undershoots.
1396       */
1397      private static final long TIMEOUT_SLOP_MS =   20L; // 20ms
1398  
# Line 3533 | Line 3533 | public class ForkJoinPool extends Abstra
3533      }
3534  
3535      /**
3536 <     * Factory for innocuous worker threads
3536 >     * Factory for innocuous worker threads.
3537       */
3538      private static final class InnocuousForkJoinWorkerThreadFactory
3539          implements ForkJoinWorkerThreadFactory {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines