src/hotspot/share/interpreter/bytecodeInterpreter.cpp
changeset 54973 0927d8c7296f
parent 54786 ebf733a324d4
child 57777 90ead0febf56
child 58678 9cf78a70fa4f
--- a/src/hotspot/share/interpreter/bytecodeInterpreter.cpp	Tue May 21 20:14:30 2019 -0700
+++ b/src/hotspot/share/interpreter/bytecodeInterpreter.cpp	Wed May 22 07:10:54 2019 +0200
@@ -2871,7 +2871,7 @@
                      METHOD->print_value_string(),
                      (int)(istate->bcp() - METHOD->code_base()),
                      (int)continuation_bci, p2i(THREAD));
-        Exceptions::log_exception(except_oop, tempst);
+        Exceptions::log_exception(except_oop, tempst.as_string());
       }
       // for AbortVMOnException flag
       Exceptions::debug_check_abort(except_oop);
@@ -2888,7 +2888,7 @@
              METHOD->print_value_string(),
              (int)(istate->bcp() - METHOD->code_base()),
              p2i(THREAD));
-      Exceptions::log_exception(except_oop, tempst);
+      Exceptions::log_exception(except_oop, tempst.as_string());
     }
     // for AbortVMOnException flag
     Exceptions::debug_check_abort(except_oop);