--- jsr166/src/test/tck/JSR166TestCase.java 2016/08/10 01:28:14 1.200 +++ jsr166/src/test/tck/JSR166TestCase.java 2016/08/28 18:10:37 1.201 @@ -1237,7 +1237,7 @@ public class JSR166TestCase extends Test * Sleeps until the given time has elapsed. * Throws AssertionFailedError if interrupted. */ - void sleep(long millis) { + static void sleep(long millis) { try { delay(millis); } catch (InterruptedException fail) {