--- old/src/share/vm/runtime/os.hpp 2015-11-04 14:32:54.402875321 +0100 +++ new/src/share/vm/runtime/os.hpp 2015-11-04 14:32:54.227857882 +0100 @@ -473,6 +473,7 @@ static ExtendedPC fetch_frame_from_context(void* ucVoid, intptr_t** sp, intptr_t** fp); static frame fetch_frame_from_context(void* ucVoid); + static frame fetch_frame_from_ucontext(Thread* thread, void* ucVoid); static ExtendedPC get_thread_pc(Thread *thread); static void breakpoint();