summaryrefslogtreecommitdiff
path: root/compiler/image_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/image_test.h')
-rw-r--r--compiler/image_test.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/image_test.h b/compiler/image_test.h
index 57d0987982..daa4b11967 100644
--- a/compiler/image_test.h
+++ b/compiler/image_test.h
@@ -214,7 +214,8 @@ inline void CompilationHelper::Compile(CompilerDriver* driver,
/*compile_app_image*/false,
storage_mode,
oat_filename_vector,
- dex_file_to_oat_index_map));
+ dex_file_to_oat_index_map,
+ /*dirty_image_objects*/nullptr));
{
{
jobject class_loader = nullptr;