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

Comparing jsr166/src/jsr166y/ForkJoinTask.java (file contents):
Revision 1.84 by jsr166, Sat Jan 28 04:32:25 2012 UTC vs.
Revision 1.85 by jsr166, Tue Jan 31 01:51:13 2012 UTC

# Line 439 | Line 439 | public abstract class ForkJoinTask<V> im
439       * any ForkJoinPool will call helpExpungeStaleExceptions when its
440       * pool becomes isQuiescent.
441       */
442 <    static final class ExceptionNode extends WeakReference<ForkJoinTask<?>>{
442 >    static final class ExceptionNode extends WeakReference<ForkJoinTask<?>> {
443          final Throwable ex;
444          ExceptionNode next;
445          final long thrower;  // use id not ref to avoid weak cycles

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines