Chromium Code Reviews| Index: runtime/vm/pages.cc |
| =================================================================== |
| --- runtime/vm/pages.cc (revision 42760) |
| +++ runtime/vm/pages.cc (working copy) |
| @@ -733,6 +733,9 @@ |
| set_tasks(1); |
| } |
| + // Perform various cleanup that relies on no tasks interfering. |
| + isolate->class_table()->FreeOldTables(); |
| + |
| NoHandleScope no_handles(isolate); |
| if (FLAG_print_free_list_before_gc) { |