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

Unified Diff: runtime/vm/heap.cc

Issue 2734323003: Re-landing of "replace TrySync with Metadata". (Closed)
Patch Set: Created 3 years, 9 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
Index: runtime/vm/heap.cc
diff --git a/runtime/vm/heap.cc b/runtime/vm/heap.cc
index d75ad9d35de51554a76f8a3e57345c000f18ffd3..15bc62fc5aebb01d5c12e48866ac98c86ffb1b37 100644
--- a/runtime/vm/heap.cc
+++ b/runtime/vm/heap.cc
@@ -405,6 +405,7 @@ void Heap::CollectOldSpaceGarbage(Thread* thread,
NOT_IN_PRODUCT(PrintStatsToTimeline(&tds));
// Some Code objects may have been collected so invalidate handler cache.
thread->isolate()->handler_info_cache()->Clear();
+ thread->isolate()->catch_entry_state_cache()->Clear();
EndOldSpaceGC();
}
}

Powered by Google App Engine
This is Rietveld 408576698