src/share/vm/opto/compile.hpp

changeset 6488
4cdf4f71177d
parent 6070
94a83e0f9ce1
child 6490
41b780b43b74
     1.1 --- a/src/share/vm/opto/compile.hpp	Thu Nov 21 19:00:57 2013 -0800
     1.2 +++ b/src/share/vm/opto/compile.hpp	Fri Nov 22 12:14:09 2013 -0800
     1.3 @@ -591,6 +591,7 @@
     1.4    bool          trace_opto_output() const       { return _trace_opto_output; }
     1.5    bool              parsed_irreducible_loop() const { return _parsed_irreducible_loop; }
     1.6    void          set_parsed_irreducible_loop(bool z) { _parsed_irreducible_loop = z; }
     1.7 +  int _in_dump_cnt;  // Required for dumping ir nodes.
     1.8  #endif
     1.9  
    1.10    // JSR 292

mercurial