Chromium Code Reviews| Index: vm/dart.cc |
| =================================================================== |
| --- vm/dart.cc (revision 15988) |
| +++ vm/dart.cc (working copy) |
| @@ -193,10 +193,6 @@ |
| void Dart::ShutdownIsolate() { |
| Isolate* isolate = Isolate::Current(); |
| - if (FLAG_trace_isolates) { |
| - isolate->heap()->PrintSizes(); |
| - isolate->megamorphic_cache_table()->PrintSizes(); |
| - } |
| void* callback_data = isolate->init_callback_data(); |
| isolate->Shutdown(); |
| delete isolate; |