Loading core/jni/AndroidRuntime.cpp +6 −0 Original line number Diff line number Diff line Loading @@ -737,6 +737,12 @@ int AndroidRuntime::startVm(JavaVM** pJavaVM, JNIEnv** pEnv, bool zygote) jittransitionweightOptBuf, "-Xjittransitionweight:"); property_get("dalvik.vm.profilebootimage", propBuf, ""); if (strcmp(propBuf, "true") == 0) { addOption("-Xps-profile-boot-class-path"); addOption("-Xps-profile-aot-code"); } /* * Madvise related options. */ Loading Loading
core/jni/AndroidRuntime.cpp +6 −0 Original line number Diff line number Diff line Loading @@ -737,6 +737,12 @@ int AndroidRuntime::startVm(JavaVM** pJavaVM, JNIEnv** pEnv, bool zygote) jittransitionweightOptBuf, "-Xjittransitionweight:"); property_get("dalvik.vm.profilebootimage", propBuf, ""); if (strcmp(propBuf, "true") == 0) { addOption("-Xps-profile-boot-class-path"); addOption("-Xps-profile-aot-code"); } /* * Madvise related options. */ Loading