hotspot/src/os_cpu/linux_x86/vm/os_linux_x86.cpp
changeset 23487 0f7e268cd9e3
parent 22542 62913331d480
child 24424 2658d7834c6e
equal deleted inserted replaced
23486:36d781313d5a 23487:0f7e268cd9e3
   334           } else {
   334           } else {
   335              fatal("recursive segv. expanding stack.");
   335              fatal("recursive segv. expanding stack.");
   336           }
   336           }
   337         }
   337         }
   338       }
   338       }
       
   339     }
       
   340 
       
   341     if ((sig == SIGSEGV) && VM_Version::is_cpuinfo_segv_addr(pc)) {
       
   342       // Verify that OS save/restore AVX registers.
       
   343       stub = VM_Version::cpuinfo_cont_addr();
   339     }
   344     }
   340 
   345 
   341     if (thread->thread_state() == _thread_in_Java) {
   346     if (thread->thread_state() == _thread_in_Java) {
   342       // Java thread running in Java code => find exception handler if any
   347       // Java thread running in Java code => find exception handler if any
   343       // a fault inside compiled code, the interpreter, or a stub
   348       // a fault inside compiled code, the interpreter, or a stub