From 449fa6e44b220e48dee20f569b46161f3a056add Mon Sep 17 00:00:00 2001 From: Brian Carlstrom Date: Wed, 5 Mar 2014 10:06:50 -0800 Subject: Revert "Avoid compiling monster methods in boot image" This reverts commit 217e789288d5a321460ea2399e0eb7f3af6fc91b. (cherry picked from commit f679fab9be8905505d26a62bea257641f0bb0168) Change-Id: I058dd461d97bc5992b69941c7597a0aca25df38c --- dex2oat/dex2oat.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- cgit v1.2.3