diff src/share/vm/adlc/output_h.cpp @ 417:f4fe12e429a4

6764622: IdealGraphVisualizer fixes Reviewed-by: rasbold, jrose
author never
date Thu, 30 Oct 2008 17:08:48 -0700
parents 4d9884b01ba6
children dbbe28fc66b5
line wrap: on
line diff
--- a/src/share/vm/adlc/output_h.cpp	Tue Oct 28 18:02:09 2008 -0700
+++ b/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")) {