src/share/vm/opto/idealGraphPrinter.cpp

changeset 6488
4cdf4f71177d
parent 5928
90abdd727e64
child 6680
78bbf4d43a14
     1.1 --- a/src/share/vm/opto/idealGraphPrinter.cpp	Thu Nov 21 19:00:57 2013 -0800
     1.2 +++ b/src/share/vm/opto/idealGraphPrinter.cpp	Fri Nov 22 12:14:09 2013 -0800
     1.3 @@ -404,7 +404,7 @@
     1.4  
     1.5      Node *node = n;
     1.6  #ifndef PRODUCT
     1.7 -    node->_in_dump_cnt++;
     1.8 +    Compile::current()->_in_dump_cnt++;
     1.9      print_prop(NODE_NAME_PROPERTY, (const char *)node->Name());
    1.10      const Type *t = node->bottom_type();
    1.11      print_prop("type", t->msg());
    1.12 @@ -623,7 +623,7 @@
    1.13        print_prop("lrg", lrg_id);
    1.14      }
    1.15  
    1.16 -    node->_in_dump_cnt--;
    1.17 +    Compile::current()->_in_dump_cnt--;
    1.18  #endif
    1.19  
    1.20      tail(PROPERTIES_ELEMENT);

mercurial