This commit is contained in:
Jesper Wilhelmsson 2017-12-20 20:55:07 +01:00
commit 8650bbcf47
95 changed files with 1678 additions and 686 deletions

View file

@ -186,6 +186,9 @@ Java_java_lang_System_initProperties(JNIEnv *env, jclass cla, jobject props)
jobject ret = NULL;
jstring jVMVal = NULL;
if ((*env)->EnsureLocalCapacity(env, 50) < 0) {
return NULL;
}
sprops = GetJavaProperties(env);
CHECK_NULL_RETURN(sprops, NULL);