| Index: runtime/vm/isolate.cc
|
| diff --git a/runtime/vm/isolate.cc b/runtime/vm/isolate.cc
|
| index 5e43f3a05bc1d7d5a077b7801806c260bf0c81d8..ca81a6303f4354ce19565fb4c5d5a41c7dabbbaa 100644
|
| --- a/runtime/vm/isolate.cc
|
| +++ b/runtime/vm/isolate.cc
|
| @@ -1681,9 +1681,11 @@ void Isolate::LowLevelShutdown() {
|
| if (FLAG_dump_megamorphic_stats) {
|
| MegamorphicCacheTable::PrintSizes(this);
|
| }
|
| + if (FLAG_dump_symbol_stats) {
|
| + Symbols::DumpStats(this);
|
| + }
|
| if (FLAG_trace_isolates) {
|
| heap()->PrintSizes();
|
| - Symbols::DumpStats();
|
| OS::Print(
|
| "[-] Stopping isolate:\n"
|
| "\tisolate: %s\n",
|
|
|