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

Unified Diff: runtime/vm/dart.cc

Issue 1371193005: VM restart + shutdown fixes (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: code review Created 5 years, 2 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
Index: runtime/vm/dart.cc
diff --git a/runtime/vm/dart.cc b/runtime/vm/dart.cc
index 50e33aad512e9246d63d55c259879066f882894b..6647215998a3b3c14450cea61199ae4f0a65602c 100644
--- a/runtime/vm/dart.cc
+++ b/runtime/vm/dart.cc
@@ -233,7 +233,7 @@ const char* Dart::Cleanup() {
Isolate::DisableIsolateCreation();
// Send the OOB Kill message to all remaining application isolates.
- Isolate::KillAllIsolates();
+ Isolate::KillAllIsolates(Isolate::kInternalKillMsg);
// Shutdown the service isolate.
ServiceIsolate::Shutdown();

Powered by Google App Engine
This is Rietveld 408576698