diff -r f98a0ab24887 -r 0927d8c7296f src/hotspot/share/c1/c1_Runtime1.cpp --- a/src/hotspot/share/c1/c1_Runtime1.cpp Tue May 21 20:14:30 2019 -0700 +++ b/src/hotspot/share/c1/c1_Runtime1.cpp Wed May 22 07:10:54 2019 +0200 @@ -575,7 +575,7 @@ tempst.print("compiled method <%s>\n" " at PC" INTPTR_FORMAT " for thread " INTPTR_FORMAT, nm->method()->print_value_string(), p2i(pc), p2i(thread)); - Exceptions::log_exception(exception, tempst); + Exceptions::log_exception(exception, tempst.as_string()); } // for AbortVMOnException flag Exceptions::debug_check_abort(exception);