--- a/hotspot/src/os/linux/vm/os_linux.hpp Fri Dec 11 13:18:10 2015 +0000
+++ b/hotspot/src/os/linux/vm/os_linux.hpp Fri Dec 11 09:07:07 2015 -0800
@@ -136,6 +136,8 @@
static ExtendedPC fetch_frame_from_ucontext(Thread* thread, ucontext_t* uc,
intptr_t** ret_sp, intptr_t** ret_fp);
+ static bool get_frame_at_stack_banging_point(JavaThread* thread, ucontext_t* uc, frame* fr);
+
// This boolean allows users to forward their own non-matching signals
// to JVM_handle_linux_signal, harmlessly.
static bool signal_handlers_are_installed;