diff src/share/vm/opto/compile.hpp @ 14438:4cdf4f71177d

8029025: PPC64 (part 203): opto: Move static _in_dump_cnt to Compile object. Summary: Also introduces the compiler oracle 'option' feature for PrintAssembly. Reviewed-by: kvn
author goetz
date Fri, 22 Nov 2013 12:14:09 -0800
parents 94a83e0f9ce1
children 41b780b43b74
line wrap: on
line diff
--- a/src/share/vm/opto/compile.hpp	Thu Nov 21 19:00:57 2013 -0800
+++ b/src/share/vm/opto/compile.hpp	Fri Nov 22 12:14:09 2013 -0800
@@ -591,6 +591,7 @@
   bool          trace_opto_output() const       { return _trace_opto_output; }
   bool              parsed_irreducible_loop() const { return _parsed_irreducible_loop; }
   void          set_parsed_irreducible_loop(bool z) { _parsed_irreducible_loop = z; }
+  int _in_dump_cnt;  // Required for dumping ir nodes.
 #endif
 
   // JSR 292