< prev index next >

src/os_cpu/linux_sparc/vm/os_linux_sparc.cpp

Print this page

        

@@ -539,11 +539,11 @@
   // but Linux porting layer uses ucontext_t, so to minimize code change
   // we cast as needed
   ucontext_t* ucFake = (ucontext_t*) ucVoid;
   sigcontext* uc = (sigcontext*)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)
   os::WatcherThreadCrashProtection::check_crash_protection(sig, t);
 
< prev index next >