Integrated: 8306593: Fix nsk/jdi/stop/stop001 for virtual threads and remove from problem list
Chris Plummer
cjplummer at openjdk.org
Mon May 15 19:01:56 UTC 2023
On Fri, 12 May 2023 20:46:41 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:
> nsk/jdi/stop/stop001 is problem listed due to [JDK-7034630](https://bugs.openjdk.org/browse/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](https://bugs.openjdk.org/browse/JDK-8306434) and [JDK-8306471](https://bugs.openjdk.org/browse/JDK-8306471) is complete, the test needs to expect IllegalThreadStateException rather than the stop() call succeeding.
This pull request has now been integrated.
Changeset: cc80ada7
Author: Chris Plummer <cjplummer at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/cc80ada739066d0099085f1a388e96852f43a7d4
Stats: 52 lines in 3 files changed: 31 ins; 3 del; 18 mod
8306593: Fix nsk/jdi/stop/stop001 for virtual threads and remove from problem list
Reviewed-by: lmesnik, sspitsyn
-------------
PR: https://git.openjdk.org/jdk/pull/13966
More information about the serviceability-dev
mailing list