mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
Merge
This commit is contained in:
commit
d417fc4af1
256 changed files with 3622 additions and 1143 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue