--- jsr166/src/test/tck/JSR166TestCase.java 2017/05/14 03:14:25 1.228 +++ jsr166/src/test/tck/JSR166TestCase.java 2017/05/15 16:21:07 1.230 @@ -1085,6 +1085,7 @@ public class JSR166TestCase extends Test /** * Checks that thread does not terminate within the default * millisecond delay of {@code timeoutMillis()}. + * TODO: REMOVEME */ void assertThreadStaysAlive(Thread thread) { assertThreadStaysAlive(thread, timeoutMillis()); @@ -1092,6 +1093,7 @@ public class JSR166TestCase extends Test /** * Checks that thread does not terminate within the given millisecond delay. + * TODO: REMOVEME */ void assertThreadStaysAlive(Thread thread, long millis) { try {