hotspot/src/os/linux/vm/vmError_linux.cpp
changeset 13964 01a2b863cc61
parent 7433 b418028612ad
child 28943 679546f0cc1f
--- a/hotspot/src/os/linux/vm/vmError_linux.cpp	Fri Oct 05 13:37:08 2012 -0700
+++ b/hotspot/src/os/linux/vm/vmError_linux.cpp	Fri Oct 05 18:57:10 2012 -0700
@@ -44,7 +44,7 @@
     jio_snprintf(p, buflen - len,
                "\n\n"
                "Do you want to debug the problem?\n\n"
-               "To debug, run 'gdb /proc/%d/exe %d'; then switch to thread " INTX_FORMAT " (" INTPTR_FORMAT ")\n"
+               "To debug, run 'gdb /proc/%d/exe %d'; then switch to thread " UINTX_FORMAT " (" INTPTR_FORMAT ")\n"
                "Enter 'yes' to launch gdb automatically (PATH must include gdb)\n"
                "Otherwise, press RETURN to abort...",
                os::current_process_id(), os::current_process_id(),