RFR: 8325187: JVMTI GetThreadState says virtual thread is JVMTI_THREAD_STATE_INTERRUPTED when it no longer is [v2]

Chris Plummer cjplummer at openjdk.org
Tue Mar 5 21:34:46 UTC 2024


On Tue, 5 Mar 2024 19:57:39 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> wrote:

> The Object.wait() throws the InterruptedException if it was interrupted.

And clears the interrupted status, just like RawMonitorWait.

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

PR Comment: https://git.openjdk.org/jdk/pull/18093#issuecomment-1979670426


More information about the hotspot-runtime-dev mailing list