src/os_cpu/linux_zero/vm/thread_linux_zero.hpp

changeset 9860
6c8e5745df03
parent 2314
f95d63e2154a
child 9931
fd44df5e3bc3
equal deleted inserted replaced
9859:7d05a422d710 9860:6c8e5745df03
110 void* ucontext, 110 void* ucontext,
111 bool isInJava) { 111 bool isInJava) {
112 ShouldNotCallThis(); 112 ShouldNotCallThis();
113 } 113 }
114 114
115 bool pd_get_top_frame_for_profiling(frame* fr_addr,
116 void* ucontext,
117 bool isInJava) {
118 ShouldNotCallThis();
119 return false; // silence compile warning
120 }
121
122
115 // These routines are only used on cpu architectures that 123 // These routines are only used on cpu architectures that
116 // have separate register stacks (Itanium). 124 // have separate register stacks (Itanium).
117 static bool register_stack_overflow() { return false; } 125 static bool register_stack_overflow() { return false; }
118 static void enable_register_stack_guard() {} 126 static void enable_register_stack_guard() {}
119 static void disable_register_stack_guard() {} 127 static void disable_register_stack_guard() {}

mercurial