Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(708)

Unified Diff: runtime/bin/process.cc

Issue 1350713004: Disable shutdown (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: check shutdown flag in service isolate Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/vm/dart.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/process.cc
diff --git a/runtime/bin/process.cc b/runtime/bin/process.cc
index 3c345b724ca1949168aef7f5d70593b72207f4ab..9e3e14e7ae5d7f164e155bdf61dad7cfaaf90d04 100644
--- a/runtime/bin/process.cc
+++ b/runtime/bin/process.cc
@@ -19,7 +19,7 @@ namespace bin {
// Global flag that is used to indicate that the VM should do a clean
// shutdown.
-bool do_vm_shutdown = true;
+bool do_vm_shutdown = false;
static const int kProcessIdNativeField = 0;
« no previous file with comments | « no previous file | runtime/vm/dart.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698