RFR: Debugger changes to support JVMTI now returning JVMTI_ERROR_UNSUPPORTED_OPERATION for Thread.stop() of a virtual thread. [v2]

Alan Bateman alanb at openjdk.java.net
Fri Apr 15 14:37:58 UTC 2022


On Fri, 15 Apr 2022 14:28:43 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.
>
> Chris Plummer has updated the pull request incrementally with two additional commits since the last revision:
> 
>  - Minor spec rewording
>  - minor javadoc edit

src/java.se/share/data/jdwp/jdwp.spec line 2027:

> 2025:                                   "is not alive.")
> 2026:             (Error NOT_IMPLEMENTED "The thread is a virtual thread and the target VM "
> 2027:                                   "VM does not support the operation.")

The updated version repeats "VM".

-------------

PR: https://git.openjdk.java.net/loom/pull/146


More information about the loom-dev mailing list