aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/opto/idealGraphPrinter.hpp
diff options
context:
space:
mode:
authornever <none@none>2011-09-02 20:58:21 -0700
committernever <none@none>2011-09-02 20:58:21 -0700
commit9cc4c68d691c2267459454f044e604dd527038e6 (patch)
treeae459dfe73f89f30fc03be85f6c2007f1222d511 /src/share/vm/opto/idealGraphPrinter.hpp
parent06f7502a13c323f57fbc3a583b797ba63a7edfc0 (diff)
7071307: MethodHandle bimorphic inlining should consider the frequency
Reviewed-by: twisti, roland, kvn, iveresov
Diffstat (limited to 'src/share/vm/opto/idealGraphPrinter.hpp')
-rw-r--r--src/share/vm/opto/idealGraphPrinter.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/share/vm/opto/idealGraphPrinter.hpp b/src/share/vm/opto/idealGraphPrinter.hpp
index 6115e6d38..7d1863f4a 100644
--- a/src/share/vm/opto/idealGraphPrinter.hpp
+++ b/src/share/vm/opto/idealGraphPrinter.hpp
@@ -104,8 +104,8 @@ private:
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);