hotspot/src/os/solaris/vm/osThread_solaris.hpp
changeset 23865 ba4aeedb2a9f
parent 23443 15e8ed68f73a
child 47106 bed18a111b90
equal deleted inserted replaced
23863:76fc8456723d 23865:ba4aeedb2a9f
    80  public:
    80  public:
    81   ucontext_t* ucontext() const { return _ucontext; }
    81   ucontext_t* ucontext() const { return _ucontext; }
    82   void set_ucontext(ucontext_t* ptr) { _ucontext = ptr; }
    82   void set_ucontext(ucontext_t* ptr) { _ucontext = ptr; }
    83   static void SR_handler(Thread* thread, ucontext_t* uc);
    83   static void SR_handler(Thread* thread, ucontext_t* uc);
    84 
    84 
    85   static void       handle_spinlock_contention(int tries);                      // Used for thread local eden locking
       
    86 
       
    87   // ***************************************************************
    85   // ***************************************************************
    88   // Platform dependent initialization and cleanup
    86   // Platform dependent initialization and cleanup
    89   // ***************************************************************
    87   // ***************************************************************
    90 
    88 
    91 private:
    89 private: