diff --git a/src/objects-printer.cc b/src/objects-printer.cc index 0849a630c2..ddecae3bf5 100644 --- a/src/objects-printer.cc +++ b/src/objects-printer.cc @@ -596,8 +596,8 @@ void Map::MapPrint(FILE* out) { } PrintF(out, " - back pointer: "); GetBackPointer()->ShortPrint(out); - PrintF(out, "\n - instance descriptors %i #%i: ", - owns_descriptors(), + PrintF(out, "\n - instance descriptors %s#%i: ", + owns_descriptors() ? "(own) " : "", NumberOfOwnDescriptors()); instance_descriptors()->ShortPrint(out); if (HasTransitionArray()) {