src/os/solaris/vm/osThread_solaris.hpp

Print this page

        

*** 80,91 **** public: ucontext_t* ucontext() const { return _ucontext; } void set_ucontext(ucontext_t* ptr) { _ucontext = ptr; } static void SR_handler(Thread* thread, ucontext_t* uc); - static void handle_spinlock_contention(int tries); // Used for thread local eden locking - // *************************************************************** // Platform dependent initialization and cleanup // *************************************************************** private: --- 80,89 ----