-
Bug
-
Resolution: Fixed
-
P4
-
24
-
b27
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8353351 | 21.0.8-oracle | Aarti Bijlani | P4 | Resolved | Fixed | b02 |
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.
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.
- backported by
-
JDK-8353351 Fix incorrect log message in JDI stop002t test
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/42378970
-
Review(master) openjdk/jdk/22499