--- old/src/os_cpu/linux_x86/vm/os_linux_x86.cpp 2017-07-06 12:35:37.374458898 +0200 +++ new/src/os_cpu/linux_x86/vm/os_linux_x86.cpp 2017-07-06 12:35:37.229453959 +0200 @@ -282,7 +282,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);