| Index: runtime/vm/dart.cc
|
| diff --git a/runtime/vm/dart.cc b/runtime/vm/dart.cc
|
| index 8a5e91b53ed0f86162fcc9da2480d55eac14cc76..a9ddae550a4ad3599a3b43cb7c7ec28ab146a2f3 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, false, "Do a clean shutdown of the VM");
|
| +DEFINE_FLAG(bool, shutdown, true, "Do a clean shutdown of the VM");
|
|
|
| Isolate* Dart::vm_isolate_ = NULL;
|
| ThreadPool* Dart::thread_pool_ = NULL;
|
|
|