src/share/vm/opto/idealGraphPrinter.cpp

changeset 3316
f03a3c8bd5e5
parent 3105
c26de9aef2ed
child 3900
d2a62e0f25eb
     1.1 --- a/src/share/vm/opto/idealGraphPrinter.cpp	Mon Nov 21 00:57:43 2011 -0800
     1.2 +++ b/src/share/vm/opto/idealGraphPrinter.cpp	Wed Sep 14 09:22:51 2011 +0200
     1.3 @@ -447,6 +447,9 @@
     1.4      if (flags & Node::Flag_may_be_short_branch) {
     1.5        print_prop("may_be_short_branch", "true");
     1.6      }
     1.7 +    if (flags & Node::Flag_has_call) {
     1.8 +      print_prop("has_call", "true");
     1.9 +    }
    1.10  
    1.11      if (C->matcher() != NULL) {
    1.12        if (C->matcher()->is_shared(node)) {

mercurial