hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp
changeset 46644 a5813fb66270
parent 46630 75aa3e39d02c
child 46974 2c6c8846e176
--- a/hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp	Fri Jul 07 23:04:06 2017 +0200
+++ b/hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp	Fri Jul 07 23:11:33 2017 +0200
@@ -463,7 +463,7 @@
 
   // 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);