hotspot/src/os_cpu/linux_zero/vm/os_linux_zero.cpp
changeset 8106 19106a0203fb
parent 7405 e6fc8d3926f8
child 8921 14bfe81f2a9d
equal deleted inserted replaced
8076:96d498ec7ae1 8106:19106a0203fb
   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;