提交 d184d02e 编写于 作者: R rriggs

8197930: JNI exception pending in initializeEncoding of jni_util.c

Reviewed-by: mchung, stuefe
上级 9cbb51dc
......@@ -749,6 +749,7 @@ initializeEncoding(JNIEnv *env)
CHECK_NULL(String_getBytes_ID);
String_init_ID = (*env)->GetMethodID(env, strClazz,
"<init>", "([BLjava/lang/String;)V");
CHECK_NULL(String_init_ID);
}
static jboolean isJNUEncodingSupported = JNI_FALSE;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册