--- old/src/os_cpu/bsd_zero/vm/os_bsd_zero.cpp 2015-03-11 17:15:42.459746000 +0100 +++ new/src/os_cpu/bsd_zero/vm/os_bsd_zero.cpp 2015-03-11 17:15:42.313742000 +0100 @@ -107,6 +107,10 @@ return NULL; } +void os::Bsd::ucontext_set_pc(ucontext_t * uc, address pc) { + ShouldNotCallThis(); +} + ExtendedPC os::fetch_frame_from_context(void* ucVoid, intptr_t** ret_sp, intptr_t** ret_fp) {