--- jsr166/src/test/tck/JSR166TestCase.java 2010/11/19 00:20:12 1.69 +++ jsr166/src/test/tck/JSR166TestCase.java 2010/11/21 19:04:45 1.70 @@ -289,7 +289,7 @@ public class JSR166TestCase extends Test * earlier by threadRecordFailure. */ public void tearDown() throws Exception { - Throwable t = threadFailure.getAndSet(null); + Throwable t = threadFailure.getAndSet(null); if (t != null) { if (t instanceof Error) throw (Error) t;