diff options
Diffstat (limited to 'runtime/gc/heap.cc')
| -rw-r--r-- | runtime/gc/heap.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/runtime/gc/heap.cc b/runtime/gc/heap.cc index 84d035165b..d83cdaf48e 100644 --- a/runtime/gc/heap.cc +++ b/runtime/gc/heap.cc @@ -244,8 +244,7 @@ Heap::Heap(size_t initial_size, bool use_generational_cc, uint64_t min_interval_homogeneous_space_compaction_by_oom, bool dump_region_info_before_gc, - bool dump_region_info_after_gc, - space::ImageSpaceLoadingOrder image_space_loading_order) + bool dump_region_info_after_gc) : non_moving_space_(nullptr), rosalloc_space_(nullptr), dlmalloc_space_(nullptr), @@ -419,7 +418,6 @@ Heap::Heap(size_t initial_size, boot_class_path_locations, image_file_name, image_instruction_set, - image_space_loading_order, runtime->ShouldRelocate(), /*executable=*/ !runtime->IsAotCompiler(), is_zygote, |