src/hotspot/share/utilities/exceptions.hpp
changeset 54973 0927d8c7296f
parent 54490 bf07e140c49c
--- a/src/hotspot/share/utilities/exceptions.hpp	Tue May 21 20:14:30 2019 -0700
+++ b/src/hotspot/share/utilities/exceptions.hpp	Wed May 22 07:10:54 2019 +0200
@@ -186,7 +186,7 @@
   static void debug_check_abort(const char *value_string, const char* message = NULL);
 
   // for logging exceptions
-  static void log_exception(Handle exception, stringStream tempst);
+  static void log_exception(Handle exception, const char* message);
 };