hotspot/src/share/vm/opto/idealGraphPrinter.cpp
changeset 958 4c4709e8b7ee
parent 768 d0bebc7eefc2
child 1217 5eb97f366a6a
--- a/hotspot/src/share/vm/opto/idealGraphPrinter.cpp	Fri Jul 25 09:07:29 2008 -0700
+++ b/hotspot/src/share/vm/opto/idealGraphPrinter.cpp	Fri Jul 25 11:32:56 2008 -0700
@@ -473,10 +473,12 @@
         print_prop("is_dontcare", "false");
       }
 
+#ifdef ASSERT
       Node* old = C->matcher()->find_old_node(node);
       if (old != NULL) {
         print_prop("old_node_idx", old->_idx);
       }
+#endif
     }
 
     if (node->is_Proj()) {