diff options
Diffstat (limited to 'runtime/runtime.cc')
-rw-r--r-- | runtime/runtime.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/runtime.cc b/runtime/runtime.cc index fbc0460bb7..027feeedea 100644 --- a/runtime/runtime.cc +++ b/runtime/runtime.cc @@ -160,7 +160,7 @@ Runtime::~Runtime() { Trace::Shutdown(); // Make sure to let the GC complete if it is running. - heap_->WaitForGcToComplete(self); + heap_->WaitForGcToComplete(gc::kGcCauseBackground, self); heap_->DeleteThreadPool(); // Make sure our internal threads are dead before we start tearing down things they're using. |