This commit is contained in:
Jesper Wilhelmsson 2017-12-21 00:07:38 +01:00
commit d417fc4af1
256 changed files with 3622 additions and 1143 deletions

View file

@ -183,6 +183,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);