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

Comparing jsr166/src/jsr166y/ForkJoinPool.java (file contents):
Revision 1.160 by dl, Sun Dec 16 19:57:04 2012 UTC vs.
Revision 1.161 by dl, Mon Dec 17 12:09:36 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines