--- a/src/hotspot/os_cpu/linux_zero/thread_linux_zero.hpp Fri May 18 12:48:09 2018 +0200
+++ b/src/hotspot/os_cpu/linux_zero/thread_linux_zero.hpp Wed May 16 15:25:51 2018 +0200
@@ -110,6 +110,14 @@
return false; // silence compile warning
}
+ 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; }