Index: runtime/vm/flag_list.h |
diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h |
index e5c1cf361fb744c0baf6ca0b61198c49cd09ffbd..6c8a1605595c3b2b6a1ae832109bf48c69b6c562 100644 |
--- a/runtime/vm/flag_list.h |
+++ b/runtime/vm/flag_list.h |
@@ -45,7 +45,7 @@ |
"Run optimizing compilation in background") \ |
R(background_compilation_stop_alot, false, bool, false, \ |
"Stress test system: stop background compiler often.") \ |
- P(background_finalization, bool, USING_MULTICORE, \ |
+ P(background_finalization, bool, false, \ |
"Run weak handle finalizers in background") \ |
R(break_at_isolate_spawn, false, bool, false, \ |
"Insert a one-time breakpoint at the entrypoint for all spawned isolates") \ |