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

Unified Diff: runtime/vm/heap.h

Issue 1776243002: Fix incorrect assertion failures in noopt regarding removing classes that still have constants. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | runtime/vm/heap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/heap.h
diff --git a/runtime/vm/heap.h b/runtime/vm/heap.h
index 97e04a1280e94fe4449f8e5dae68dae4c40c0d43..6fd1934ef2b9a6b656f63f87b873a68a7d504e42 100644
--- a/runtime/vm/heap.h
+++ b/runtime/vm/heap.h
@@ -124,6 +124,10 @@ class Heap {
return old_space_.NeedsGarbageCollection();
}
+#if defined(DEBUG)
+ void WaitForSweeperTasks();
+#endif
+
// Enables growth control on the page space heaps. This should be
// called before any user code is executed.
void InitGrowthControl();
« no previous file with comments | « no previous file | runtime/vm/heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698