| Index: runtime/vm/dart.cc
|
| diff --git a/runtime/vm/dart.cc b/runtime/vm/dart.cc
|
| index d5bd23d09dd3ab8a96c3fb3eee45af8cd6fab91c..4b63f6f454b730a9c221ee926872b4f783082dd8 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;
|
|
|