src/share/vm/opto/idealGraphPrinter.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/opto/idealGraphPrinter.hpp

src/share/vm/opto/idealGraphPrinter.hpp

Print this page
rev 9030 : 8137167: JEP165: Compiler Control: Implementation task
Summary:
Reviewed-by:

*** 131,141 **** void begin_method(Compile* compile); void end_method(); void print_method(Compile* compile, const char *name, int level=1, bool clear_nodes = false); void print(Compile* compile, const char *name, Node *root, int level=1, bool clear_nodes = false); void print_xml(const char *name); ! static bool should_print(ciMethod* method, int level = 1); }; #endif #endif // SHARE_VM_OPTO_IDEALGRAPHPRINTER_HPP --- 131,141 ---- void begin_method(Compile* compile); void end_method(); void print_method(Compile* compile, const char *name, int level=1, bool clear_nodes = false); void print(Compile* compile, const char *name, Node *root, int level=1, bool clear_nodes = false); void print_xml(const char *name); ! bool should_print(int level); }; #endif #endif // SHARE_VM_OPTO_IDEALGRAPHPRINTER_HPP
src/share/vm/opto/idealGraphPrinter.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File