RFR: Debugger changes to support JVMTI now returning JVMTI_ERROR_UNSUPPORTED_OPERATION for Thread.stop() of a virtual thread.
Serguei Spitsyn
sspitsyn at openjdk.java.net
Thu Apr 14 23:39:56 UTC 2022
On Thu, 14 Apr 2022 23:11:36 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:
> Debugger changes to support JVMTI now returning JVMTI_ERROR_UNSUPPORTED_OPERATION for Thread.stop() of a virtual thread.
I've posted one comment.
Otherwise, it looks okay to me.
Also, the debugger needs to be tested with mach5 on all platforms.
Thanks,
Serguei
test/hotspot/jtreg/ProblemList-svc-vthread.txt line 28:
> 26:
> 27: vmTestbase/nsk/jdb/kill/kill001/kill001.java 00000000 generic-all
> 28:
This test was problem listed on mac-osx (the reason was this bug https://bugs.openjdk.java.net/browse/JDK-8282383) before Leonid problem listed it generally. So we want to restore this? Also, this test is failing with timeout when I run it locally on linux-x64-debug.
-------------
Marked as reviewed by sspitsyn (Committer).
PR: https://git.openjdk.java.net/loom/pull/146
More information about the loom-dev
mailing list