src/hotspot/share/utilities/exceptions.cpp
changeset 59056 15936b142f86
parent 58177 4932dce35882
--- a/src/hotspot/share/utilities/exceptions.cpp	Wed Nov 13 11:27:50 2019 +0000
+++ b/src/hotspot/share/utilities/exceptions.cpp	Wed Nov 13 08:23:23 2019 -0500
@@ -229,7 +229,7 @@
     exception = Handle(THREAD, e);  // fill_in_stack trace does gc
     assert(k->is_initialized(), "need to increase java_thread_min_stack_allowed calculation");
     if (StackTraceInThrowable) {
-      java_lang_Throwable::fill_in_stack_trace(exception, method());
+      java_lang_Throwable::fill_in_stack_trace(exception, method);
     }
     // Increment counter for hs_err file reporting
     Atomic::inc(&Exceptions::_stack_overflow_errors);