comparison 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
comparison
equal deleted inserted replaced
14437:15120a36272d 14438:4cdf4f71177d
589 } 589 }
590 #ifndef PRODUCT 590 #ifndef PRODUCT
591 bool trace_opto_output() const { return _trace_opto_output; } 591 bool trace_opto_output() const { return _trace_opto_output; }
592 bool parsed_irreducible_loop() const { return _parsed_irreducible_loop; } 592 bool parsed_irreducible_loop() const { return _parsed_irreducible_loop; }
593 void set_parsed_irreducible_loop(bool z) { _parsed_irreducible_loop = z; } 593 void set_parsed_irreducible_loop(bool z) { _parsed_irreducible_loop = z; }
594 int _in_dump_cnt; // Required for dumping ir nodes.
594 #endif 595 #endif
595 596
596 // JSR 292 597 // JSR 292
597 bool has_method_handle_invokes() const { return _has_method_handle_invokes; } 598 bool has_method_handle_invokes() const { return _has_method_handle_invokes; }
598 void set_has_method_handle_invokes(bool z) { _has_method_handle_invokes = z; } 599 void set_has_method_handle_invokes(bool z) { _has_method_handle_invokes = z; }