hotspot/src/share/vm/opto/runtime.cpp
changeset 24424 2658d7834c6e
parent 24328 bddefb356fba
child 24429 4efc66ee325c
--- a/hotspot/src/share/vm/opto/runtime.cpp	Fri May 09 08:34:22 2014 -0700
+++ b/hotspot/src/share/vm/opto/runtime.cpp	Fri May 09 16:50:54 2014 -0400
@@ -1393,7 +1393,7 @@
   } else {
     tty->print("<unknown>");
   }
-  tty->print(" at " INTPTR_FORMAT,  exception_pc);
+  tty->print(" at " INTPTR_FORMAT,  p2i(exception_pc));
   tty->print_cr("]");
 }