< prev index next >

src/os_cpu/linux_ppc/vm/thread_linux_ppc.hpp

Print this page

        

*** 60,69 **** --- 60,71 ---- static void enable_register_stack_guard() {} static void disable_register_stack_guard() {} 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); + protected: // -Xprof support // // In order to find the last Java fp from an async profile
< prev index next >