| JDK 21 | JDK 24 |
|---|---|
| 21.0.8-oracleFixed | 24 b27Fixed |
|
Causes :
|
The following log message:
log.display("TEST #5: Caught expected exception while in loop: " + t);
is incorrect. It should be:
log.display("TEST #5: Caught expected exception while in sleep: " + t);
It's a copy-n-paste bug from another section of the test that dealt with loops.
|