Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: src/heap/heap.cc

Issue 2860753003: [heap] Report newly found wrappers after deserialization (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/heap.cc
diff --git a/src/heap/heap.cc b/src/heap/heap.cc
index fc552629b6ca0695903380162876e38a611d7c99..4fe466b2d667db0dca9431a509d416813399c663 100644
--- a/src/heap/heap.cc
+++ b/src/heap/heap.cc
@@ -4258,6 +4258,9 @@ void Heap::RegisterReservationsForBlackAllocation(Reservation* reservations) {
}
}
}
+ // We potentially deserialized wrappers which require registering with the
+ // embedder as the marker will not find them.
+ local_embedder_heap_tracer()->RegisterWrappersWithRemoteTracer();
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698