hotspot/src/os_cpu/linux_sparc/vm/os_linux_sparc.cpp
changeset 8106 19106a0203fb
parent 7405 e6fc8d3926f8
child 8921 14bfe81f2a9d
equal deleted inserted replaced
8076:96d498ec7ae1 8106:19106a0203fb
   540   }
   540   }
   541 #endif  // COMPILER2
   541 #endif  // COMPILER2
   542   return false;
   542   return false;
   543 }
   543 }
   544 
   544 
   545 extern "C" int
   545 extern "C" JNIEXPORT int
   546 JVM_handle_linux_signal(int sig,
   546 JVM_handle_linux_signal(int sig,
   547                         siginfo_t* info,
   547                         siginfo_t* info,
   548                         void* ucVoid,
   548                         void* ucVoid,
   549                         int abort_if_unrecognized) {
   549                         int abort_if_unrecognized) {
   550   // in fact this isn't ucontext_t* at all, but struct sigcontext*
   550   // in fact this isn't ucontext_t* at all, but struct sigcontext*