--- old/src/share/vm/opto/idealGraphPrinter.cpp 2011-09-05 15:56:00.593315158 +0200 +++ new/src/share/vm/opto/idealGraphPrinter.cpp 2011-09-05 15:56:00.422696673 +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)) {