| Index: runtime/vm/isolate.cc
|
| diff --git a/runtime/vm/isolate.cc b/runtime/vm/isolate.cc
|
| index 11f5536f6bf76b99f18a0955f57d382b2082b129..8bdc5d2f2c5e9a8f87331fcaa8faa5c34223a680 100644
|
| --- a/runtime/vm/isolate.cc
|
| +++ b/runtime/vm/isolate.cc
|
| @@ -1907,6 +1907,11 @@ void Isolate::PrintJSON(JSONStream* stream, bool ref) {
|
| }
|
|
|
| {
|
| + JSONObject objectStore(&jsobj, "_objectStore");
|
| + object_store()->PrintToJSONObject(&objectStore);
|
| + }
|
| +
|
| + {
|
| JSONObject tagCounters(&jsobj, "_tagCounters");
|
| vm_tag_counters()->PrintToJSONObject(&tagCounters);
|
| }
|
|
|