From b2d6de619edd26641a313ca4193749ae5c2412cf Mon Sep 17 00:00:00 2001 From: Ryan Macnak Date: Tue, 7 Feb 2017 14:52:13 -0800 Subject: [PATCH] Disable background finalization by default. R=asiva@google.com Review-Url: https://codereview.chromium.org/2678423003 . --- runtime/vm/flag_list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h index e5c1cf361fb..6c8a1605595 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") \