hotspot/src/os_cpu/solaris_sparc/vm/os_solaris_sparc.cpp
changeset 18943 7d0ef675e808
parent 18025 b7bcf7497f93
child 18945 1225c36dacd3
equal deleted inserted replaced
18942:705506c1bf49 18943:7d0ef675e808
   313                           int abort_if_unrecognized) {
   313                           int abort_if_unrecognized) {
   314   ucontext_t* uc = (ucontext_t*) ucVoid;
   314   ucontext_t* uc = (ucontext_t*) ucVoid;
   315 
   315 
   316   Thread* t = ThreadLocalStorage::get_thread_slow();
   316   Thread* t = ThreadLocalStorage::get_thread_slow();
   317 
   317 
       
   318   // Must do this before SignalHandlerMark, if crash protection installed we will longjmp away
       
   319   // (no destructors can be run)
       
   320   os::WatcherThreadCrashProtection::check_crash_protection(sig, t);
       
   321 
   318   SignalHandlerMark shm(t);
   322   SignalHandlerMark shm(t);
   319 
   323 
   320   if(sig == SIGPIPE || sig == SIGXFSZ) {
   324   if(sig == SIGPIPE || sig == SIGXFSZ) {
   321     if (os::Solaris::chained_handler(sig, info, ucVoid)) {
   325     if (os::Solaris::chained_handler(sig, info, ucVoid)) {
   322       return true;
   326       return true;