Chromium Code Reviews| Index: runtime/vm/isolate.cc |
| diff --git a/runtime/vm/isolate.cc b/runtime/vm/isolate.cc |
| index 4d6c56c743ae95cd80433efb7132370acfa6ad6e..f74b94b4cc3b3c14401ef3deadc5b73d51d0142e 100644 |
| --- a/runtime/vm/isolate.cc |
| +++ b/runtime/vm/isolate.cc |
| @@ -1526,7 +1526,7 @@ void Isolate::Shutdown() { |
| NoSafepointScope no_safepoint_scope; |
| if (compiler_stats_ != NULL) { |
| - compiler_stats()->Print(); |
| + OS::Print("%s", compiler_stats()->PrintToZone()); |
| } |
| // Notify exit listeners that this isolate is shutting down. |