Method
JvmtiTrace::safe_get_thread_name
calls
java_thread->jvmti_vthread();
and
java_thread->threadObj();
which is not safe and causes failure when the thread is in native state.
JvmtiTrace::safe_get_thread_name
calls
java_thread->jvmti_vthread();
and
java_thread->threadObj();
which is not safe and causes failure when the thread is in native state.
- duplicates
-
JDK-8332259 JvmtiTrace::safe_get_thread_name fails if current thread is in native state
-
- Resolved
-