hotspot/src/share/vm/adlc/output_h.cpp
changeset 1497 cd3234c89e59
parent 1495 128fe18951ed
child 2129 e810a33b5c67
--- a/hotspot/src/share/vm/adlc/output_h.cpp	Tue Oct 28 18:02:09 2008 -0700
+++ b/hotspot/src/share/vm/adlc/output_h.cpp	Thu Oct 30 17:08:48 2008 -0700
@@ -377,7 +377,7 @@
     ++i;
   }
   else if (!strcmp(ideal_type, "ConN")) {
-    fprintf(fp,"    _c%d->dump();\n", i);
+    fprintf(fp,"    _c%d->dump_on(st);\n", i);
     ++i;
   }
   else if (!strcmp(ideal_type, "ConL")) {