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-8332258 JvmtiTrace::safe_get_thread_name is not safe
- Closed