--- jsr166/src/jsr166y/ForkJoinTask.java 2012/01/28 04:32:25 1.84 +++ jsr166/src/jsr166y/ForkJoinTask.java 2012/01/31 01:51:13 1.85 @@ -439,7 +439,7 @@ public abstract class ForkJoinTask im * any ForkJoinPool will call helpExpungeStaleExceptions when its * pool becomes isQuiescent. */ - static final class ExceptionNode extends WeakReference>{ + static final class ExceptionNode extends WeakReference> { final Throwable ex; ExceptionNode next; final long thrower; // use id not ref to avoid weak cycles