hotspot/src/share/vm/opto/idealGraphPrinter.cpp
changeset 11196 a310a659c580
parent 10514 e229a19078cf
child 13195 be27e1b6a4b9
--- a/hotspot/src/share/vm/opto/idealGraphPrinter.cpp	Mon Nov 21 00:57:43 2011 -0800
+++ b/hotspot/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)) {