< prev index next >

src/hotspot/os_cpu/linux_sparc/thread_linux_sparc.hpp

Print this page
rev 50525 : 8203301: Linux-sparc fails to build after JDK-8199712 (Flight Recorder)

*** 83,94 **** sp = (intptr_t *)((intptr_t)ysp + STACK_BIAS); } _base_of_stack_pointer = sp; } ! bool pd_get_top_frame_for_signal_handler(frame* fr_addr, void* ucontext, ! bool isInJava); // These routines are only used on cpu architectures that // have separate register stacks (Itanium). static bool register_stack_overflow() { return false; } static void enable_register_stack_guard() {} --- 83,95 ---- sp = (intptr_t *)((intptr_t)ysp + STACK_BIAS); } _base_of_stack_pointer = sp; } ! bool pd_get_top_frame_for_signal_handler(frame* fr_addr, void* ucontext, bool isInJava); ! ! bool pd_get_top_frame_for_profiling(frame* fr_addr, void* ucontext, bool isInJava); // These routines are only used on cpu architectures that // have separate register stacks (Itanium). static bool register_stack_overflow() { return false; } static void enable_register_stack_guard() {}
< prev index next >