| Index: runtime/vm/pages.cc
|
| ===================================================================
|
| --- runtime/vm/pages.cc (revision 39618)
|
| +++ runtime/vm/pages.cc (working copy)
|
| @@ -33,7 +33,7 @@
|
| "Emit a log message when pointers to unused code are dropped.");
|
| DEFINE_FLAG(bool, always_drop_code, false,
|
| "Always try to drop code if the function's usage counter is >= 0");
|
| -DEFINE_FLAG(bool, concurrent_sweep, true,
|
| +DEFINE_FLAG(bool, concurrent_sweep, false,
|
| "Concurrent sweep for old generation.");
|
|
|
| HeapPage* HeapPage::Initialize(VirtualMemory* memory, PageType type) {
|
|
|