src/hotspot/share/interpreter/interpreterRuntime.cpp
changeset 54973 0927d8c7296f
parent 54847 59ea39bb2809
child 55625 f7e8dbb77156
child 58678 9cf78a70fa4f
--- a/src/hotspot/share/interpreter/interpreterRuntime.cpp	Tue May 21 20:14:30 2019 -0700
+++ b/src/hotspot/share/interpreter/interpreterRuntime.cpp	Wed May 22 07:10:54 2019 +0200
@@ -543,7 +543,7 @@
       tempst.print("interpreter method <%s>\n"
                    " at bci %d for thread " INTPTR_FORMAT " (%s)",
                    h_method->print_value_string(), current_bci, p2i(thread), thread->name());
-      Exceptions::log_exception(h_exception, tempst);
+      Exceptions::log_exception(h_exception, tempst.as_string());
     }
 // Don't go paging in something which won't be used.
 //     else if (extable->length() == 0) {