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	Tue Aug 30 18:43:10 2011
--- new/src/share/vm/opto/idealGraphPrinter.hpp	Tue Aug 30 18:43:10 2011

*** 102,113 **** --- 102,113 ---- static void post_node(Node* node, void *env); void print_indent(); void print_method(ciMethod *method, int bci, InlineTree *tree); void print_inline_tree(InlineTree *tree); ! void visit_node(Node *n, void *param); ! void walk_nodes(Node *start, void *param); ! void visit_node(Node *n, bool edges, VectorSet* temp_set); ! void walk_nodes(Node *start, bool edges, VectorSet* temp_set); void begin_elem(const char *s); void end_elem(); void begin_head(const char *s); void end_head(); void print_attr(const char *name, const char *val);

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