mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8293339: vm/jvmti/StopThread/stop001/stop00103 crashes with SIGSEGV in Continuation::is_continuation_mounted
Reviewed-by: cjplummer, lmesnik
This commit is contained in:
parent
524af94937
commit
d3f7e3b417
1 changed files with 2 additions and 0 deletions
|
@ -1182,6 +1182,8 @@ JvmtiEnv::ResumeAllVirtualThreads(jint except_count, const jthread* except_list)
|
|||
jvmtiError
|
||||
JvmtiEnv::StopThread(jthread thread, jobject exception) {
|
||||
JavaThread* current_thread = JavaThread::current();
|
||||
|
||||
JvmtiVTMSTransitionDisabler disabler;
|
||||
ThreadsListHandle tlh(current_thread);
|
||||
JavaThread* java_thread = NULL;
|
||||
oop thread_oop = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue