src/hotspot/os_cpu/linux_ppc/thread_linux_ppc.hpp
changeset 50160 dc18db671651
parent 49480 d7df2dd501ce
child 53244 9807daeb47c4
--- a/src/hotspot/os_cpu/linux_ppc/thread_linux_ppc.hpp	Thu May 17 11:03:19 2018 +0000
+++ b/src/hotspot/os_cpu/linux_ppc/thread_linux_ppc.hpp	Thu May 17 14:16:49 2018 +0200
@@ -49,4 +49,6 @@
 
   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);
+
 #endif // OS_CPU_LINUX_PPC_VM_THREAD_LINUX_PPC_HPP