ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jsr166e/ForkJoinPool.java
(Generate patch)

Comparing jsr166/src/jsr166e/ForkJoinPool.java (file contents):
Revision 1.32 by dl, Sun Dec 16 19:57:00 2012 UTC vs.
Revision 1.35 by dl, Mon Dec 17 16:32:47 2012 UTC

# Line 1114 | Line 1114 | public class ForkJoinPool extends Abstra
1114      /**
1115       * Tolerance for idle timeouts, to cope with timer undershoots
1116       */
1117 <    private static final long TIMEOUT_SLOP = 2000000L; // 20ms
1117 >    private static final long TIMEOUT_SLOP = 2000000L;
1118  
1119      /**
1120       * The maximum stolen->joining link depth allowed in method
# Line 2577 | Line 2577 | public class ForkJoinPool extends Abstra
2577      }
2578  
2579      /**
2580 <     * Returns the common pool instance.
2580 >     * Returns the common pool instance. This pool is statically
2581 >     * constructed; its run state is unaffected by attempts to
2582 >     * {@link #shutdown} or {@link #shutdownNow}.
2583       *
2584       * @return the common pool instance
2585       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines