| Index: runtime/vm/dart.cc
|
| diff --git a/runtime/vm/dart.cc b/runtime/vm/dart.cc
|
| index ffd6a7051789177e189899151bb95bb67feb5e22..41b04de36dba55a03d4a1f6aa9772f3850473911 100644
|
| --- a/runtime/vm/dart.cc
|
| +++ b/runtime/vm/dart.cc
|
| @@ -38,7 +38,7 @@ DECLARE_FLAG(bool, trace_isolates);
|
| DECLARE_FLAG(bool, trace_time_all);
|
| DEFINE_FLAG(bool, keep_code, false,
|
| "Keep deoptimized code for profiling.");
|
| -DEFINE_FLAG(bool, shutdown, true, "Do a clean shutdown of the VM");
|
| +DEFINE_FLAG(bool, shutdown, false, "Do a clean shutdown of the VM");
|
|
|
| Isolate* Dart::vm_isolate_ = NULL;
|
| ThreadPool* Dart::thread_pool_ = NULL;
|
|
|