diff options
Diffstat (limited to 'runtime/runtime.cc')
-rw-r--r-- | runtime/runtime.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/runtime.cc b/runtime/runtime.cc index 6bbfceee67..20df78eef1 100644 --- a/runtime/runtime.cc +++ b/runtime/runtime.cc @@ -567,6 +567,7 @@ bool Runtime::Init(const Options& raw_options, bool ignore_unrecognized) { options->foreground_heap_growth_multiplier_, options->heap_maximum_size_, options->image_, + options->image_isa_, options->collector_type_, options->background_collector_type_, options->parallel_gc_threads_, |