+{"files":[{"patch":"@@ -56,1 +56,1 @@\n- final static int MAX_THREADS_LIMIT = 32;\n+ final static int MAX_THREADS_LIMIT = 20;\n","filename":"test\/hotspot\/jtreg\/serviceability\/jvmti\/events\/FramePop\/framepop02\/framepop02.java","additions":1,"deletions":1,"binary":false,"changes":2,"status":"modified"},{"patch":"@@ -72,1 +72,1 @@\n-int isTestThread(JNIEnv *jni, jvmtiEnv *jvmti, jthread thr) {\n+bool isTestThread(JNIEnv *jni, jvmtiEnv *jvmti, jthread thr) {\n@@ -76,1 +76,5 @@\n- return strncmp(inf.name, TEST_THREAD_NAME_BASE, strlen(TEST_THREAD_NAME_BASE)) == 0;\n+\n+ bool result = strncmp(inf.name, TEST_THREAD_NAME_BASE, strlen(TEST_THREAD_NAME_BASE)) == 0;\n+ jvmti->Deallocate((unsigned char *)inf.name);\n+\n+ return result;\n@@ -177,0 +181,4 @@\n+ if (!isTestThread(jni, jvmti, thr)) {\n+ return; \/\/ not a tested thread\n+ }\n+\n@@ -186,1 +194,1 @@\n- if (isTestThread(jni, jvmti, thr)) {\n+ {\n@@ -223,1 +231,1 @@\n- if (isTestThread(jni, jvmti, thr)) {\n+ { \n","filename":"test\/hotspot\/jtreg\/serviceability\/jvmti\/events\/FramePop\/framepop02\/libframepop02.cpp","additions":12,"deletions":4,"binary":false,"changes":16,"status":"modified"}]}
0 commit comments