--- jsr166/src/test/tck/ThreadLocalTest.java 2009/07/31 23:37:31 1.6 +++ jsr166/src/test/tck/ThreadLocalTest.java 2009/08/04 10:13:48 1.7 @@ -79,7 +79,7 @@ public class ThreadLocalTest extends JSR try { child.join(); } catch (InterruptedException e) { - threadUnexpectedException(); + threadUnexpectedException(e); } } } @@ -99,7 +99,7 @@ public class ThreadLocalTest extends JSR assertEquals(i, x[i]); } } catch (InterruptedException e) { - unexpectedException(); + unexpectedException(e); } } }