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.229 by jsr166, Fri Jan 2 04:08:15 2015 UTC vs.
Revision 1.230 by jsr166, Fri Jan 2 16:57:15 2015 UTC

# Line 1334 | Line 1334 | public class ForkJoinPool extends Abstra
1334       * small fraction of typical context-switch times, well worthwhile
1335       * given the typical likelihoods that blocking is not necessary.
1336       */
1337 <    private static final int SPINS  = 1 << 11;
1337 >    private static final int SPINS = 1 << 11;
1338  
1339      /**
1340       * Increment for seed generators. See class ThreadLocal for

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines