Merge "Process "dalvik.vm.profilebootimage" system property"
am: dc3fe53d4f
Change-Id: I1ea3abc828c4fa3fc5359f7c63664084f31d9eb7
This commit is contained in:
@@ -730,6 +730,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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user