--- old/src/os_cpu/linux_arm/vm/os_linux_arm.cpp 2017-07-06 12:35:34.934375779 +0200 +++ new/src/os_cpu/linux_arm/vm/os_linux_arm.cpp 2017-07-06 12:35:34.789370840 +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);