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

Chris Plummer cjplummer at openjdk.java.net
Fri Apr 15 14:37:59 UTC 2022


On Fri, 15 Apr 2022 14:31:24 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> 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".

Oops. Already integrated. Will do a direct push to fix. Also, I think the JDI wording should be made to look similar.

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

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


More information about the loom-dev mailing list