--- old/src/hotspot/share/runtime/sharedRuntime.cpp 2018-04-20 00:47:19.000000000 +0100 +++ new/src/hotspot/share/runtime/sharedRuntime.cpp 2018-04-20 00:47:18.000000000 +0100 @@ -525,6 +525,7 @@ #ifndef PRODUCT { ResourceMark rm; tty->print_cr("No exception handler found for exception at " INTPTR_FORMAT " - potential problems:", p2i(return_address)); + os::print_location(tty, (intptr_t)return_address); tty->print_cr("a) exception happened in (new?) code stubs/buffers that is not handled here"); tty->print_cr("b) other problem"); }