src/os/linux/vm/vmError_linux.cpp

changeset 4154
c3e799c37717
parent 2350
2f644f85485d
child 6876
710a3c8b516e
     1.1 --- a/src/os/linux/vm/vmError_linux.cpp	Fri Oct 05 13:37:08 2012 -0700
     1.2 +++ b/src/os/linux/vm/vmError_linux.cpp	Fri Oct 05 18:57:10 2012 -0700
     1.3 @@ -44,7 +44,7 @@
     1.4      jio_snprintf(p, buflen - len,
     1.5                 "\n\n"
     1.6                 "Do you want to debug the problem?\n\n"
     1.7 -               "To debug, run 'gdb /proc/%d/exe %d'; then switch to thread " INTX_FORMAT " (" INTPTR_FORMAT ")\n"
     1.8 +               "To debug, run 'gdb /proc/%d/exe %d'; then switch to thread " UINTX_FORMAT " (" INTPTR_FORMAT ")\n"
     1.9                 "Enter 'yes' to launch gdb automatically (PATH must include gdb)\n"
    1.10                 "Otherwise, press RETURN to abort...",
    1.11                 os::current_process_id(), os::current_process_id(),

mercurial