hotspot/src/os_cpu/linux_arm/vm/os_linux_arm.cpp
changeset 46644 a5813fb66270
parent 46523 cbcc0ebaa044
--- a/hotspot/src/os_cpu/linux_arm/vm/os_linux_arm.cpp	Fri Jul 07 23:04:06 2017 +0200
+++ b/hotspot/src/os_cpu/linux_arm/vm/os_linux_arm.cpp	Fri Jul 07 23:11:33 2017 +0200
@@ -280,7 +280,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);