diff --git a/src/runtime-profiler.cc b/src/runtime-profiler.cc index cde6057ac4..13cdfa09e6 100644 --- a/src/runtime-profiler.cc +++ b/src/runtime-profiler.cc @@ -88,7 +88,9 @@ RuntimeProfiler::RuntimeProfiler(Isolate* isolate) sampler_threshold_size_factor_(kSamplerThresholdSizeFactorInit), sampler_ticks_until_threshold_adjustment_( kSamplerTicksBetweenThresholdAdjustment), - sampler_window_position_(0) { + sampler_window_position_(0), + any_ic_changed_(false), + code_generated_(false) { ClearSampleBuffer(); }