--- jsr166/src/jsr166y/ForkJoinTask.java 2009/08/04 20:24:54 1.37 +++ jsr166/src/jsr166y/ForkJoinTask.java 2009/08/04 22:47:08 1.38 @@ -392,7 +392,8 @@ public abstract class ForkJoinTask im /** * Returns result or throws exception using j.u.c.Future conventions. - * Only call when {@code isDone} known to be true. + * Only call when {@code isDone} known to be true or thread known + * to be interrupted. */ private V reportFutureResult() throws InterruptedException, ExecutionException {