src/os_cpu/linux_zero/vm/os_linux_zero.cpp

changeset 2507
d70fe6ab4436
parent 2322
828eafbd85cc
child 2708
1d1603768966
equal deleted inserted replaced
2497:3582bf76420e 2507:d70fe6ab4436
114 114
115 frame os::fetch_frame_from_context(void* ucVoid) { 115 frame os::fetch_frame_from_context(void* ucVoid) {
116 ShouldNotCallThis(); 116 ShouldNotCallThis();
117 } 117 }
118 118
119 extern "C" int 119 extern "C" JNIEXPORT int
120 JVM_handle_linux_signal(int sig, 120 JVM_handle_linux_signal(int sig,
121 siginfo_t* info, 121 siginfo_t* info,
122 void* ucVoid, 122 void* ucVoid,
123 int abort_if_unrecognized) { 123 int abort_if_unrecognized) {
124 ucontext_t* uc = (ucontext_t*) ucVoid; 124 ucontext_t* uc = (ucontext_t*) ucVoid;

mercurial