Skip to content

Commit 8fc1182

Browse files
committedMar 18, 2022
decrease GetSetLocalTest execution time for stability
1 parent d405b73 commit 8fc1182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ Java_GetSetLocalTest_testSuspendedVirtualThreads(JNIEnv *jni, jclass klass, jthr
424424
LOG("testSuspendedVirtualThreads: started for virtual thread: %s\n", tname);
425425

426426
// Test each of these cases only once: unmounted, positive depth, frame count 0.
427-
while (iter++ < 100 && (!seen_depth_0 || !seen_depth_positive || !seen_unmounted)) {
427+
while (iter++ < 50 && (!seen_depth_0 || !seen_depth_positive || !seen_unmounted)) {
428428
jmethodID method = NULL;
429429
jlocation location = 0;
430430

0 commit comments

Comments
 (0)
Please sign in to comment.