--- old/src/os_cpu/linux_x86/vm/os_linux_x86.cpp 2014-03-13 22:57:04.000000000 -0700 +++ new/src/os_cpu/linux_x86/vm/os_linux_x86.cpp 2014-03-13 22:57:04.000000000 -0700 @@ -338,6 +338,11 @@ } } + if ((sig == SIGSEGV) && VM_Version::is_cpuinfo_segv_addr(pc)) { + // Verify that OS save/restore AVX registers. + stub = VM_Version::cpuinfo_cont_addr(); + } + if (thread->thread_state() == _thread_in_Java) { // Java thread running in Java code => find exception handler if any // a fault inside compiled code, the interpreter, or a stub