src/hotspot/share/c1/c1_Runtime1.cpp
changeset 54973 0927d8c7296f
parent 54786 ebf733a324d4
child 55590 05dac93510c0
child 58678 9cf78a70fa4f
--- 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);