src/share/vm/opto/idealGraphPrinter.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/idealGraphPrinter.hpp	Thu Oct  8 14:07:19 2015
--- new/src/share/vm/opto/idealGraphPrinter.hpp	Thu Oct  8 14:07:19 2015

*** 125,141 **** --- 125,142 ---- static void clean_up(); static IdealGraphPrinter *printer(); bool traverse_outs(); void set_traverse_outs(bool b); - void print_inlining(Compile* compile); - 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); ! bool should_print(int level); + void set_compile(Compile* compile) {C = compile; } }; #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