Skip to content

Commit e20e0ae

Browse files
committedMar 19, 2022
add extra debug log msg to GetSetLocalTest
1 parent d743d59 commit e20e0ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎test/hotspot/jtreg/serviceability/jvmti/vthread/GetSetLocalTest/libGetSetLocalTest.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ test_GetSetLocal(jvmtiEnv *jvmti, JNIEnv* jni, jthread vthread, int depth, int f
337337
test_SetLocal(jvmti, jni, cthread, vthread, depth, frame_count, &values0);
338338
}
339339
End:
340+
LOG("test_GetSetLocal: finished\n\n");
340341
if (cthread != 0) jni->DeleteLocalRef(cthread);
341342
}
342343

0 commit comments

Comments
 (0)
Please sign in to comment.