Skip to content

Commit f5670b0

Browse files
author
duke
committed
Added webrev for jdk19/129
1 parent f9c8610 commit f5670b0

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

jdk19/129/02/commits.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[{"commit":{"message":"free inf.name in isTestThread and simplify event handlers"},"files":[{"filename":"test\/hotspot\/jtreg\/serviceability\/jvmti\/events\/FramePop\/framepop02\/libframepop02.cpp"}],"sha":"046d352590df213ae230b12b098e1ad4d797cb8c"},{"commit":{"message":"adjusted max number of threads instead of adding explicit timeout"},"files":[{"filename":"test\/hotspot\/jtreg\/serviceability\/jvmti\/events\/FramePop\/framepop02\/framepop02.java"}],"sha":"aaeb1b292957c23ac8d074ecf0497f2340d9497f"},{"commit":{"message":"8289709: fatal error: stuck in JvmtiVTMSTransitionDisabler::disable_VTMS_transitions"},"files":[{"filename":"test\/hotspot\/jtreg\/serviceability\/jvmti\/events\/FramePop\/framepop02\/framepop02.java"},{"filename":"test\/hotspot\/jtreg\/serviceability\/jvmti\/events\/FramePop\/framepop02\/libframepop02.cpp"}],"sha":"27317b951b9228f04936dab4c2d24f458f8e55c5"}]

jdk19/129/02/comparison.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"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"}]}

jdk19/129/02/metadata.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"head":{"repo":{"full_name":"sspitsyn\/jdk19","html_url":"https:\/\/github.com\/sspitsyn\/jdk19"},"sha":"046d352590df213ae230b12b098e1ad4d797cb8c"},"created_at":"2022-07-10T10:10:24.551833450Z","base":{"repo":{"full_name":"openjdk\/jdk19","html_url":"https:\/\/git.openjdk.org\/jdk19"},"sha":"c86c51cc72e3457756434b9150b0c5ef2f5d496d"}}

0 commit comments

Comments
 (0)