--- old/src/os_cpu/solaris_x86/vm/os_solaris_x86.cpp 2015-11-04 23:04:59.904701812 -0500 +++ new/src/os_cpu/solaris_x86/vm/os_solaris_x86.cpp 2015-11-04 23:04:58.408617499 -0500 @@ -346,7 +346,7 @@ } #endif // !AMD64 - Thread* t = ThreadLocalStorage::get_thread_slow(); // slow & steady + Thread* t = Thread::current(); // Must do this before SignalHandlerMark, if crash protection installed we will longjmp away // (no destructors can be run)