| Index: src/heap/mark-compact.cc
|
| diff --git a/src/heap/mark-compact.cc b/src/heap/mark-compact.cc
|
| index 37651e7133eb9c367b1cdff17e7a2df5b73ddadf..acedeb174cc70c116c3818da68538932002f3add 100644
|
| --- a/src/heap/mark-compact.cc
|
| +++ b/src/heap/mark-compact.cc
|
| @@ -461,6 +461,7 @@ class MarkCompactCollector::SweeperTask : public v8::Task {
|
|
|
|
|
| void MarkCompactCollector::StartSweeperThreads() {
|
| + DCHECK(!FLAG_single_threaded);
|
| DCHECK(free_list_old_pointer_space_.get()->IsEmpty());
|
| DCHECK(free_list_old_data_space_.get()->IsEmpty());
|
| V8::GetCurrentPlatform()->CallOnBackgroundThread(
|
|
|