summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Brian Carlstrom <bdc@google.com> 2014-03-05 10:06:50 -0800
committer Brian Carlstrom <bdc@google.com> 2014-03-05 10:37:40 -0800
commit449fa6e44b220e48dee20f569b46161f3a056add (patch)
tree982c8feaa7a439c15193a03c75804df1891aeb22
parent83f56a43d85dfdadb07cd6b057c03f4df45af647 (diff)
Revert "Avoid compiling monster methods in boot image"
This reverts commit 217e789288d5a321460ea2399e0eb7f3af6fc91b. (cherry picked from commit f679fab9be8905505d26a62bea257641f0bb0168) Change-Id: I058dd461d97bc5992b69941c7597a0aca25df38c
-rw-r--r--dex2oat/dex2oat.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dex2oat/dex2oat.cc b/dex2oat/dex2oat.cc
index ec2713afbf..afa849580c 100644
--- a/dex2oat/dex2oat.cc
+++ b/dex2oat/dex2oat.cc
@@ -993,7 +993,7 @@ static int dex2oat(int argc, char** argv) {
if (compiler_filter_string == NULL) {
if (image) {
- compiler_filter_string = "speed";
+ compiler_filter_string = "everything";
} else {
#if ART_SMALL_MODE
compiler_filter_string = "interpret-only";