--- old/src/os_cpu/linux_aarch64/vm/os_linux_aarch64.cpp 2015-11-04 23:04:16.570259713 -0500 +++ new/src/os_cpu/linux_aarch64/vm/os_linux_aarch64.cpp 2015-11-04 23:04:15.078175627 -0500 @@ -249,7 +249,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)