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.250 by dl, Fri Jul 24 13:28:05 2015 UTC vs.
Revision 1.251 by jsr166, Mon Jul 27 02:55:34 2015 UTC

# Line 932 | Line 932 | public class ForkJoinPool extends Abstra
932  
933          /**
934           * Pops the given task only if it is at the current top.
935 <        */
935 >         */
936          final boolean tryUnpush(ForkJoinTask<?> task) {
937              int s = top - 1, al; ForkJoinTask<?>[] a;
938              if ((a = array) != null && (al = a.length) > 0) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines