src/os_cpu/bsd_zero/vm/thread_bsd_zero.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 8022956 Cdiff src/os_cpu/bsd_zero/vm/thread_bsd_zero.hpp

src/os_cpu/bsd_zero/vm/thread_bsd_zero.hpp

Print this page

        

*** 108,117 **** --- 108,118 ---- public: bool pd_get_top_frame_for_signal_handler(frame* fr_addr, void* ucontext, bool isInJava) { ShouldNotCallThis(); + return false; } // These routines are only used on cpu architectures that // have separate register stacks (Itanium). static bool register_stack_overflow() { return false; }
src/os_cpu/bsd_zero/vm/thread_bsd_zero.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File