RFR: 8306593: Fix nsk/jdi/stop/stop001 for virtual threads and remove from problem list [v2]
Chris Plummer
cjplummer at openjdk.org
Fri May 12 23:24:17 UTC 2023
> 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.
Chris Plummer has updated the pull request incrementally with one additional commit since the last revision:
fix comment typo
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/13966/files
- new: https://git.openjdk.org/jdk/pull/13966/files/3bee2b1c..27ea69a2
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=13966&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=13966&range=00-01
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/13966.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/13966/head:pull/13966
PR: https://git.openjdk.org/jdk/pull/13966
More information about the serviceability-dev
mailing list