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.245 by jsr166, Wed Jul 22 20:48:07 2015 UTC vs.
Revision 1.246 by jsr166, Wed Jul 22 20:49:20 2015 UTC

# Line 2438 | Line 2438 | public class ForkJoinPool extends Abstra
2438      }
2439  
2440      /**
2441 <     * Performs tryUnpush for an external submitter
2441 >     * Performs tryUnpush for an external submitter.
2442       */
2443      final boolean tryExternalUnpush(ForkJoinTask<?> task) {
2444          int r = ThreadLocalRandom.getProbe();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines