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

Unified Diff: runtime/vm/dart.cc

Issue 1305123003: Don't call StoreBuffer::ShutDown yet (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Keep both. Created 5 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/dart.cc
diff --git a/runtime/vm/dart.cc b/runtime/vm/dart.cc
index c8cf5593b073f58fb899446c9cb3dd6fa4f8c6f2..adb4d3c638e986fcf9985606d61d2d10546e861f 100644
--- a/runtime/vm/dart.cc
+++ b/runtime/vm/dart.cc
@@ -216,12 +216,12 @@ const char* Dart::Cleanup() {
vm_isolate_ = NULL;
TargetCPUFeatures::Cleanup();
+ StoreBuffer::ShutDown();
#endif
Profiler::Shutdown();
CodeObservers::DeleteAll();
Timeline::Shutdown();
- StoreBuffer::ShutDown();
return NULL;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698