ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ForkJoinTask.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/ForkJoinTask.java (file contents):
Revision 1.85 by dl, Fri Sep 20 10:52:07 2013 UTC vs.
Revision 1.86 by dl, Tue May 6 17:31:01 2014 UTC

# Line 548 | Line 548 | public abstract class ForkJoinTask<V> im
548          Throwable ex;
549          if (e == null || (ex = e.ex) == null)
550              return null;
551 <        if (false && e.thrower != Thread.currentThread().getId()) {
551 >        if (e.thrower != Thread.currentThread().getId()) {
552              Class<? extends Throwable> ec = ex.getClass();
553              try {
554                  Constructor<?> noArgCtor = null;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines