Index: src/isolate.cc |
diff --git a/src/isolate.cc b/src/isolate.cc |
index 8f3247f5ce00376e331d2bad596d56ca2252730b..1348be06f6caa7af88ce01c2260fb0c93fa152e6 100644 |
--- a/src/isolate.cc |
+++ b/src/isolate.cc |
@@ -1564,7 +1564,8 @@ Isolate::Isolate() |
sweeper_thread_(NULL), |
num_sweeper_threads_(0), |
max_available_threads_(0), |
- stress_deopt_count_(0) { |
+ stress_deopt_count_(0), |
+ next_optimization_id_(0) { |
id_ = NoBarrier_AtomicIncrement(&isolate_counter_, 1); |
TRACE_ISOLATE(constructor); |