hotspot/src/share/vm/runtime/safepoint.cpp
changeset 1889 24b003a6fe46
parent 1 489c9b5090e2
child 2131 98f9cef66a34
child 2105 347008ce7984
--- a/hotspot/src/share/vm/runtime/safepoint.cpp	Wed Dec 24 13:06:09 2008 -0800
+++ b/hotspot/src/share/vm/runtime/safepoint.cpp	Wed Dec 24 19:13:53 2008 -0800
@@ -730,7 +730,7 @@
   if (DieOnSafepointTimeout) {
     char msg[1024];
     VM_Operation *op = VMThread::vm_operation();
-    sprintf(msg, "Safepoint sync time longer than %d ms detected when executing %s.",
+    sprintf(msg, "Safepoint sync time longer than " INTX_FORMAT "ms detected when executing %s.",
             SafepointTimeoutDelay,
             op != NULL ? op->name() : "no vm operation");
     fatal(msg);