--- old/src/hotspot/share/utilities/exceptions.cpp 2019-11-11 13:08:18.087370536 -0500 +++ new/src/hotspot/share/utilities/exceptions.cpp 2019-11-11 13:08:17.803363093 -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);