diff -r 7793051af7d6 -r f03a3c8bd5e5 src/share/vm/opto/idealGraphPrinter.cpp --- a/src/share/vm/opto/idealGraphPrinter.cpp Mon Nov 21 00:57:43 2011 -0800 +++ b/src/share/vm/opto/idealGraphPrinter.cpp Wed Sep 14 09:22:51 2011 +0200 @@ -447,6 +447,9 @@ if (flags & Node::Flag_may_be_short_branch) { print_prop("may_be_short_branch", "true"); } + if (flags & Node::Flag_has_call) { + print_prop("has_call", "true"); + } if (C->matcher() != NULL) { if (C->matcher()->is_shared(node)) {