--- old/src/os_cpu/solaris_sparc/vm/os_solaris_sparc.cpp 2017-07-06 12:35:38.203487138 +0200 +++ new/src/os_cpu/solaris_sparc/vm/os_solaris_sparc.cpp 2017-07-06 12:35:38.058482199 +0200 @@ -328,7 +328,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);