src/hotspot/share/classfile/javaClasses.hpp
changeset 58901 2700c409ff10
parent 58775 ba524a5f7cc2
child 59056 15936b142f86
equal deleted inserted replaced
58900:434329f6f456 58901:2700c409ff10
   371   static int _group_offset;
   371   static int _group_offset;
   372   static int _contextClassLoader_offset;
   372   static int _contextClassLoader_offset;
   373   static int _inheritedAccessControlContext_offset;
   373   static int _inheritedAccessControlContext_offset;
   374   static int _priority_offset;
   374   static int _priority_offset;
   375   static int _eetop_offset;
   375   static int _eetop_offset;
       
   376   static int _interrupted_offset;
   376   static int _daemon_offset;
   377   static int _daemon_offset;
   377   static int _stillborn_offset;
   378   static int _stillborn_offset;
   378   static int _stackSize_offset;
   379   static int _stackSize_offset;
   379   static int _tid_offset;
   380   static int _tid_offset;
   380   static int _thread_status_offset;
   381   static int _thread_status_offset;
   389   static oop create();
   390   static oop create();
   390   // Returns the JavaThread associated with the thread obj
   391   // Returns the JavaThread associated with the thread obj
   391   static JavaThread* thread(oop java_thread);
   392   static JavaThread* thread(oop java_thread);
   392   // Set JavaThread for instance
   393   // Set JavaThread for instance
   393   static void set_thread(oop java_thread, JavaThread* thread);
   394   static void set_thread(oop java_thread, JavaThread* thread);
       
   395   // Interrupted status
       
   396   static bool interrupted(oop java_thread);
       
   397   static void set_interrupted(oop java_thread, bool val);
   394   // Name
   398   // Name
   395   static oop name(oop java_thread);
   399   static oop name(oop java_thread);
   396   static void set_name(oop java_thread, oop name);
   400   static void set_name(oop java_thread, oop name);
   397   // Priority
   401   // Priority
   398   static ThreadPriority priority(oop java_thread);
   402   static ThreadPriority priority(oop java_thread);