diff -r 7d05a422d710 -r 6c8e5745df03 src/os_cpu/linux_zero/vm/thread_linux_zero.hpp --- a/src/os_cpu/linux_zero/vm/thread_linux_zero.hpp Thu Aug 15 13:28:03 2019 +0300 +++ b/src/os_cpu/linux_zero/vm/thread_linux_zero.hpp Wed May 16 15:25:51 2018 +0200 @@ -112,6 +112,14 @@ ShouldNotCallThis(); } + bool pd_get_top_frame_for_profiling(frame* fr_addr, + void* ucontext, + bool isInJava) { + ShouldNotCallThis(); + return false; // silence compile warning + } + + // These routines are only used on cpu architectures that // have separate register stacks (Itanium). static bool register_stack_overflow() { return false; }