src/hotspot/share/runtime/thread.hpp
branchJEP-349-branch
changeset 58156 68031e660872
parent 58154 060d9d139109
parent 58124 dc792fa77da0
child 58204 5d1f1ff2ad55
equal deleted inserted replaced
58155:1fe292a94df1 58156:68031e660872
   140   friend class JVMCIVMStructs;
   140   friend class JVMCIVMStructs;
   141  private:
   141  private:
   142 
   142 
   143 #ifndef USE_LIBRARY_BASED_TLS_ONLY
   143 #ifndef USE_LIBRARY_BASED_TLS_ONLY
   144   // Current thread is maintained as a thread-local variable
   144   // Current thread is maintained as a thread-local variable
   145   static THREAD_LOCAL_DECL Thread* _thr_current;
   145   static THREAD_LOCAL Thread* _thr_current;
   146 #endif
   146 #endif
   147 
   147 
   148   // Thread local data area available to the GC. The internal
   148   // Thread local data area available to the GC. The internal
   149   // structure and contents of this data area is GC-specific.
   149   // structure and contents of this data area is GC-specific.
   150   // Only GC and GC barrier code should access this data area.
   150   // Only GC and GC barrier code should access this data area.