JDK-8306593 : Fix nsk/jdi/stop/stop001 for virtual threads and remove from problem list
  • Type: Bug
  • Component: core-svc
  • Sub-Component: debugger
  • Affected Version: 21
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-04-20
  • Updated: 2023-05-17
  • Resolved: 2023-05-15
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
21 b23Fixed
Related Reports
Blocks :  
Blocks :  
Description
nsk/jdi/stop/stop001 is problem listed due to JDK-7034630, but that issue doesn't seem to reproduce anymore. It's suspected that it was only an issue on Solaris. For this reason stop001 should be removed from the problem list. However, it will fail due to lacking virtual thread support, so this issue also needs to be fixed at the same time. The issue is that for virtual threads, after work for JDK-8306434 and JDK-8306471 is complete, the test needs to expect IllegalThreadStateException rather than the stop() call succeeding.
Comments
Changeset: cc80ada7 Author: Chris Plummer <cjplummer@openjdk.org> Date: 2023-05-15 18:59:08 +0000 URL: https://git.openjdk.org/jdk/commit/cc80ada739066d0099085f1a388e96852f43a7d4
15-05-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/13966 Date: 2023-05-12 20:46:41 +0000
12-05-2023