diff src/share/vm/opto/idealGraphPrinter.hpp @ 3905:c26de9aef2ed

7071307: MethodHandle bimorphic inlining should consider the frequency Reviewed-by: twisti, roland, kvn, iveresov
author never
date Fri, 02 Sep 2011 20:58:21 -0700
parents 1927db75dd85
children 6f817ce50129
line wrap: on
line diff
--- a/src/share/vm/opto/idealGraphPrinter.hpp	Fri Sep 02 04:28:59 2011 -0700
+++ b/src/share/vm/opto/idealGraphPrinter.hpp	Fri Sep 02 20:58:21 2011 -0700
@@ -104,8 +104,8 @@
   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);