JDK-8345341 : Fix incorrect log message in JDI stop002t test
  • Type: Bug
  • Component: core-svc
  • Sub-Component: debugger
  • Affected Version: 24
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-12-02
  • Updated: 2025-04-28
  • Resolved: 2024-12-04
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 21 JDK 24
21.0.8-oracleFixed 24 b27Fixed
Related Reports
Causes :  
Description
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.
Comments
Fix request [21u] I backport this for parity with 21.0.8-oracle. No risk, only a test change Clean backport. Test passes. SAP nighlty testing passed.
25-04-2025

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk21u-dev/pull/1702 Date: 2025-04-24 13:37:08 +0000
24-04-2025

Changeset: 42378970 Branch: master Author: Chris Plummer <cjplummer@openjdk.org> Date: 2024-12-04 00:15:30 +0000 URL: https://git.openjdk.org/jdk/commit/42378970e1accc67c2a152c6af2b0becacf5b4b8
04-12-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/22499 Date: 2024-12-02 21:49:59 +0000
03-12-2024