Merge "Call the right JNI helper."
This commit is contained in:
@@ -1626,7 +1626,7 @@ static void SpecializeCommon(JNIEnv* env, uid_t uid, gid_t gid, jintArray gids,
|
|||||||
}
|
}
|
||||||
// Also prefetch standalone system server jars. The reason for doing this here is the same
|
// Also prefetch standalone system server jars. The reason for doing this here is the same
|
||||||
// as above.
|
// as above.
|
||||||
env->CallStaticObjectMethod(gZygoteInitClass, gPrefetchStandaloneSystemServerJars);
|
env->CallStaticVoidMethod(gZygoteInitClass, gPrefetchStandaloneSystemServerJars);
|
||||||
if (env->ExceptionCheck()) {
|
if (env->ExceptionCheck()) {
|
||||||
env->ExceptionClear();
|
env->ExceptionClear();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user