diff src/share/vm/opto/idealGraphPrinter.cpp @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents 4cdf4f71177d
children 52b4284cb496
line wrap: on
line diff
--- a/src/share/vm/opto/idealGraphPrinter.cpp	Tue Apr 01 14:09:03 2014 +0200
+++ b/src/share/vm/opto/idealGraphPrinter.cpp	Tue Apr 01 13:57:07 2014 +0200
@@ -404,7 +404,7 @@
 
     Node *node = n;
 #ifndef PRODUCT
-    Compile::current()->_in_dump_cnt++;
+    node->_in_dump_cnt++;
     print_prop(NODE_NAME_PROPERTY, (const char *)node->Name());
     const Type *t = node->bottom_type();
     print_prop("type", t->msg());
@@ -623,7 +623,7 @@
       print_prop("lrg", lrg_id);
     }
 
-    Compile::current()->_in_dump_cnt--;
+    node->_in_dump_cnt--;
 #endif
 
     tail(PROPERTIES_ELEMENT);