ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/JSR166TestCase.java
(Generate patch)

Comparing jsr166/src/test/tck/JSR166TestCase.java (file contents):
Revision 1.249 by jsr166, Sat Nov 24 21:41:20 2018 UTC vs.
Revision 1.250 by jsr166, Sat Nov 24 21:48:19 2018 UTC

# Line 1305 | Line 1305 | public class JSR166TestCase extends Test
1305                                         Callable<Boolean> waitingForGodot) {
1306          for (long startTime = 0L;;) {
1307              switch (thread.getState()) {
1308 +            default: break;
1309              case BLOCKED: case WAITING: case TIMED_WAITING:
1310                  try {
1311                      if (waitingForGodot == null || waitingForGodot.call())

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines