src/share/vm/opto/compile.hpp

changeset 6488
4cdf4f71177d
parent 6070
94a83e0f9ce1
child 6490
41b780b43b74
equal deleted inserted replaced
6487:15120a36272d 6488: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; }

mercurial