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