< prev index next >

src/os_cpu/linux_arm/vm/os_linux_arm.cpp

Print this page
rev 13203 : [mq]: 8183925

@@ -278,11 +278,11 @@
 
   Thread* t = Thread::current_or_null_safe();
 
   // Must do this before SignalHandlerMark, if crash protection installed we will longjmp away
   // (no destructors can be run)
-  os::WatcherThreadCrashProtection::check_crash_protection(sig, t);
+  os::ThreadCrashProtection::check_crash_protection(sig, t);
 
   SignalHandlerMark shm(t);
 
   if (sig == SIGILL &&
       ((info->si_addr == (caddr_t)check_simd_fault_instr)
< prev index next >