--- old/src/os_cpu/linux_x86/vm/os_linux_x86.cpp 2015-11-04 23:04:35.263313158 -0500 +++ new/src/os_cpu/linux_x86/vm/os_linux_x86.cpp 2015-11-04 23:04:33.763228621 -0500 @@ -221,7 +221,7 @@ int abort_if_unrecognized) { ucontext_t* uc = (ucontext_t*) ucVoid; - Thread* t = ThreadLocalStorage::get_thread_slow(); + Thread* t = Thread::current(); // Must do this before SignalHandlerMark, if crash protection installed we will longjmp away // (no destructors can be run)