RFR: 8336846: assert(state->get_thread() == jt) failed: handshake unsafe conditions [v2]
Patricio Chilano Mateo
pchilanomate at openjdk.org
Mon Aug 5 18:05:33 UTC 2024
On Fri, 2 Aug 2024 23:23:43 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> wrote:
> > Looks good, but I see we have ranking issues with JvmtiThreadState_lock now. We will have to change JvmtiVTMSTransition_lock to be safepoint-1.
>
> Thank you, Patricio. Fixed as you suggested.
>
Thanks Serguei. You could also define it relative to JvmtiThreadState_lock with MUTEX_DEFL to make the dependency clear.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20413#issuecomment-2269615087
More information about the serviceability-dev
mailing list