Chromium Code Reviews| Index: runtime/vm/gc_sweeper.cc |
| diff --git a/runtime/vm/gc_sweeper.cc b/runtime/vm/gc_sweeper.cc |
| index 5b7949b50d41b32808ffdf2daaddf1e4a4856aac..e37f1db0c29f0e0f2104a81c72eb3a5a981f6578 100644 |
| --- a/runtime/vm/gc_sweeper.cc |
| +++ b/runtime/vm/gc_sweeper.cc |
| @@ -152,7 +152,7 @@ class SweeperTask : public ThreadPool::Task { |
| { |
| MonitorLocker ml(old_space_->tasks_lock()); |
| old_space_->set_tasks(old_space_->tasks() - 1); |
| - ml.Notify(); |
| + ml.NotifyAll(); |
| } |
| } |