--- jsr166/src/test/tck/JSR166TestCase.java 2019/09/05 20:51:26 1.261 +++ jsr166/src/test/tck/JSR166TestCase.java 2019/09/05 21:26:24 1.262 @@ -1470,7 +1470,7 @@ public class JSR166TestCase extends Test try { threadFail(detail); } finally { - // Interrupt thread __after__ having reported its stack trace + // Interrupt thread __after__ having reported its stack trace thread.interrupt(); } }