| Index: runtime/vm/precompiler.cc
|
| diff --git a/runtime/vm/precompiler.cc b/runtime/vm/precompiler.cc
|
| index ff691d1ab5709e3ba2f910b234eac1be1f0338ed..fbd35a1847d534f7882bb2c73a8addd71045c446 100644
|
| --- a/runtime/vm/precompiler.cc
|
| +++ b/runtime/vm/precompiler.cc
|
| @@ -2001,7 +2001,7 @@ void Precompiler::DropClasses() {
|
| // corpses. Request a full GC and wait for the sweeper tasks to finish before
|
| // we continue.
|
| I->heap()->CollectAllGarbage();
|
| - I->heap()->WaitForSweeperTasks();
|
| + I->heap()->WaitForSweeperTasks(T);
|
| #endif
|
|
|
| ClassTable* class_table = I->class_table();
|
|
|