Skip to content

Commit 923370d

Browse files
committedMar 12, 2021
moved thread_obj into disabler.
1 parent e10c31d commit 923370d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/hotspot/share/prims/jvmtiEnv.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ JvmtiEnv::SetThreadLocalStorage(jthread thread, const void* data) {
149149
jvmtiError err = JVMTI_ERROR_NONE;
150150
JavaThread* java_thread = NULL;
151151
JvmtiThreadState* state = NULL;
152+
JvmtiVTMTDisabler vtmt_disabler;
152153
oop thread_obj = NULL;
153154

154-
JvmtiVTMTDisabler vtmt_disabler;
155155
if (thread == NULL) {
156156
java_thread = JavaThread::current();
157157
state = java_thread->jvmti_thread_state();

0 commit comments

Comments
 (0)
Please sign in to comment.