diff --git a/runtime/vm/heap/scavenger.h b/runtime/vm/heap/scavenger.h index ca75d9a4be4..bc626a5ae80 100644 --- a/runtime/vm/heap/scavenger.h +++ b/runtime/vm/heap/scavenger.h @@ -439,7 +439,9 @@ class Scavenger { RelaxedAtomic failed_to_promote_; RelaxedAtomic abort_; - bool growth_control_; + // When the isolate group is ready it will enable growth control via + // InitGrowthControl. + bool growth_control_ = false; // Protects new space during the allocation of new TLABs mutable Mutex space_lock_;