RFR: 8346792: serviceability/jvmti/vthread/GetThreadState/GetThreadState.java testObjectWaitMillis failed [v9]
Serguei Spitsyn
sspitsyn at openjdk.org
Wed Jan 22 17:28:50 UTC 2025
On Wed, 22 Jan 2025 11:24:07 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> wrote:
>> src/hotspot/share/prims/jvm.cpp line 629:
>>
>>> 627: JVM_ENTRY(void, JVM_MonitorWait(JNIEnv* env, jobject handle, jlong ms))
>>> 628: Handle obj(THREAD, JNIHandles::resolve_non_null(handle));
>>> 629: JavaThreadInObjectWaitState jtiows(thread, ms != 0);
>>
>> This is still changing the behaviour for non-virtual threads.
>
> Thanks. Yes, that is right. Will make one more update.
Updated now.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23126#discussion_r1925697601
More information about the hotspot-runtime-dev
mailing list