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.1 by dl, Mon Aug 13 15:52:33 2012 UTC vs.
Revision 1.2 by jsr166, Mon Aug 13 18:25:53 2012 UTC

# Line 1103 | Line 1103 | public class ForkJoinPool extends Abstra
1103      private static final RuntimePermission modifyThreadPermission;
1104  
1105      /**
1106 <     * Per-thread submission bookeeping. Shared across all pools
1106 >     * Per-thread submission bookkeeping. Shared across all pools
1107       * to reduce ThreadLocal pollution and because random motion
1108       * to avoid contention in one pool is likely to hold for others.
1109       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines