hotspot/src/share/vm/opto/compile.cpp
changeset 22854 2787e48d6df9
parent 22851 4c4b6a45be43
child 22856 03ad2cf18166
--- a/hotspot/src/share/vm/opto/compile.cpp	Thu Nov 21 19:00:57 2013 -0800
+++ b/hotspot/src/share/vm/opto/compile.cpp	Fri Nov 22 12:14:09 2013 -0800
@@ -647,6 +647,7 @@
                   _dead_node_count(0),
 #ifndef PRODUCT
                   _trace_opto_output(TraceOptoOutput || method()->has_option("TraceOptoOutput")),
+                  _in_dump_cnt(0),
                   _printer(IdealGraphPrinter::printer()),
 #endif
                   _congraph(NULL),
@@ -936,6 +937,7 @@
     _inner_loops(0),
 #ifndef PRODUCT
     _trace_opto_output(TraceOptoOutput),
+    _in_dump_cnt(0),
     _printer(NULL),
 #endif
     _dead_node_list(comp_arena()),