summaryrefslogtreecommitdiff
path: root/compiler/common_compiler_test.cc
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2016-02-17 17:46:30 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2016-02-17 17:46:31 +0000
commitf0b04803ec4cdd8d76aadb6f02ae2511c46b20b5 (patch)
tree90390c57c73168102a2c1aaa3c6d828115e33b17 /compiler/common_compiler_test.cc
parent9ee1f0c6a67729cabcf3697fc68fe4e98da55f64 (diff)
parent45724f9a0cc38dbb3071beb3eeab96499868b49c (diff)
Merge "Revert "Allow method references across oat files for multi-image.""
Diffstat (limited to 'compiler/common_compiler_test.cc')
-rw-r--r--compiler/common_compiler_test.cc11
1 files changed, 6 insertions, 5 deletions
diff --git a/compiler/common_compiler_test.cc b/compiler/common_compiler_test.cc
index 239bc590e9..e4bfac9ee7 100644
--- a/compiler/common_compiler_test.cc
+++ b/compiler/common_compiler_test.cc
@@ -194,15 +194,16 @@ void CommonCompilerTest::CreateCompilerDriver(Compiler::Kind kind, InstructionSe
kind,
isa,
instruction_set_features_.get(),
- /* boot_image */ true,
+ true,
GetImageClasses(),
GetCompiledClasses(),
GetCompiledMethods(),
- /* thread_count */ 2,
- /* dump_stats */ true,
- /* dump_passes */ true,
+ 2,
+ true,
+ true,
timer_.get(),
- /* swap_fd */ -1,
+ -1,
+ /* dex_to_oat_map */ nullptr,
GetProfileCompilationInfo()));
// We typically don't generate an image in unit tests, disable this optimization by default.
compiler_driver_->SetSupportBootImageFixup(false);