hotspot/src/share/vm/runtime/thread.hpp
changeset 5920 8fdbb85e62d3
parent 5713 4ea1ac63535e
child 6183 4c74cfe14f20
child 6176 4d9030fe341f
equal deleted inserted replaced
5907:874788e4c176 5920:8fdbb85e62d3
   268   static ThreadPriority get_priority(const Thread* const thread);
   268   static ThreadPriority get_priority(const Thread* const thread);
   269   static void start(Thread* thread);
   269   static void start(Thread* thread);
   270   static void interrupt(Thread* thr);
   270   static void interrupt(Thread* thr);
   271   static bool is_interrupted(Thread* thr, bool clear_interrupted);
   271   static bool is_interrupted(Thread* thr, bool clear_interrupted);
   272 
   272 
       
   273   ObjectMonitor** omInUseList_addr()             { return (ObjectMonitor **)&omInUseList; }
   273   Monitor* SR_lock() const                       { return _SR_lock; }
   274   Monitor* SR_lock() const                       { return _SR_lock; }
   274 
   275 
   275   bool has_async_exception() const { return (_suspend_flags & _has_async_exception) != 0; }
   276   bool has_async_exception() const { return (_suspend_flags & _has_async_exception) != 0; }
   276 
   277 
   277   void set_suspend_flag(SuspendFlags f) {
   278   void set_suspend_flag(SuspendFlags f) {