You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn004/libforceEarlyReturn004a.cpp
Copy file name to clipboardexpand all lines: test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn005/libforceEarlyReturn005a.cpp
Copy file name to clipboardexpand all lines: test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/ForceEarlyReturn/forceEarlyReturn002/libforceEarlyReturn002a.cpp
NSK_COMPLAIN1("globalReferences[%d] = NULL, possible wrong index is passed\n", index);
108
93
109
-
JNI_ENV_PTR(env)->ThrowNew(JNI_ENV_ARG_3(env, JNI_ENV_PTR(env)->FindClass(JNI_ENV_ARG_2(env, "nsk/share/TestBug")), "Requested globalReferences[] element is NULL, possible wrong index is passed"));
94
+
env->ThrowNew(
95
+
env->FindClass("nsk/share/TestBug"),
96
+
"Requested globalReferences[] element is NULL, possible wrong index is passed");
NSK_COMPLAIN1("weakReferences[%d] = NULL, possible wrong index is passed\n", index);
200
193
201
-
JNI_ENV_PTR(env)->ThrowNew(JNI_ENV_ARG_3(env, JNI_ENV_PTR(env)->FindClass(JNI_ENV_ARG_2(env, "nsk/share/TestBug")), "Requested weakReferences[] element is NULL, possible wrong index is passed"));
194
+
env->ThrowNew(
195
+
env->FindClass("nsk/share/TestBug"),
196
+
"Requested weakReferences[] element is NULL, possible wrong index is passed");
1 commit comments
openjdk-notifier[bot] commentedon Nov 21, 2021
Review
Issues