--- jsr166/src/test/tck/JSR166TestCase.java 2015/10/04 18:40:57 1.164 +++ jsr166/src/test/tck/JSR166TestCase.java 2015/10/05 01:10:09 1.165 @@ -201,6 +201,8 @@ public class JSR166TestCase extends Test ("Looks like we're stuck running test: " + lastTestCase); dumpTestThreads(); + // one stack dump is probably enough; more would be spam + break; } lastTestCase = currentTestCase; }}};