hotspot/src/share/vm/opto/idealGraphPrinter.cpp
changeset 1889 24b003a6fe46
parent 1217 5eb97f366a6a
child 2105 347008ce7984
--- a/hotspot/src/share/vm/opto/idealGraphPrinter.cpp	Wed Dec 24 13:06:09 2008 -0800
+++ b/hotspot/src/share/vm/opto/idealGraphPrinter.cpp	Wed Dec 24 19:13:53 2008 -0800
@@ -557,7 +557,7 @@
 
         // max. 2 chars allowed
         if (value >= -9 && value <= 99) {
-          sprintf(buffer, "%d", value);
+          sprintf(buffer, INT64_FORMAT, value);
           print_prop(short_name, buffer);
         } else {
           print_prop(short_name, "L");