From 4bf3ae9930a155f238dfd471413c866912b2579e Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Tue, 11 Nov 2014 13:28:29 -0800 Subject: ART: Compiled-classes list for compiler-driver Similar to the image-classes list, introduce a list of class names that are to be compiled when creating a boot image. This defaults to all classes. Bug: 18336591 (cherry picked from commit 26318f722958ac1cba6a812026a1377f37c54941) Change-Id: I95f69afdb500a9defb6795803d4040bbe67c5a01 --- compiler/common_compiler_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/common_compiler_test.cc') diff --git a/compiler/common_compiler_test.cc b/compiler/common_compiler_test.cc index bfdb537427..085d169c6d 100644 --- a/compiler/common_compiler_test.cc +++ b/compiler/common_compiler_test.cc @@ -156,7 +156,7 @@ void CommonCompilerTest::SetUp() { method_inliner_map_.get(), compiler_kind, instruction_set, instruction_set_features_.get(), - true, new std::set, + true, new std::set, nullptr, 2, true, true, timer_.get(), "")); } // We typically don't generate an image in unit tests, disable this optimization by default. -- cgit v1.2.3-59-g8ed1b