src/os/solaris/vm/osThread_solaris.hpp

Print this page

        

@@ -80,12 +80,10 @@
  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: