-
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 |
JDK-8355727 | 21.0.8 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
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
-
-
JDK-8355727 Fix incorrect log message in JDI stop002t test
-
- Resolved
-
- caused by
-
JDK-8306471 Add virtual threads support to JDWP ThreadReference.Stop and JDI ThreadReference.stop()
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk21u-dev/a6deb5ba
-
Commit(master) openjdk/jdk/42378970
-
Review(master) openjdk/jdk21u-dev/1702
-
Review(master) openjdk/jdk/22499
(2 links to)