hotspot/src/share/vm/runtime/vmStructs.cpp
changeset 4489 514173c9a0c2
parent 4095 6e0acfda1d47
child 4573 6358f8c9ed3b
equal deleted inserted replaced
4488:8cadaa4320c9 4489:514173c9a0c2
   664   nonstatic_field(Thread,                      _tlab,                                         ThreadLocalAllocBuffer)                \
   664   nonstatic_field(Thread,                      _tlab,                                         ThreadLocalAllocBuffer)                \
   665   nonstatic_field(Thread,                      _current_pending_monitor,                      ObjectMonitor*)                        \
   665   nonstatic_field(Thread,                      _current_pending_monitor,                      ObjectMonitor*)                        \
   666   nonstatic_field(Thread,                      _current_pending_monitor_is_from_java,         bool)                                  \
   666   nonstatic_field(Thread,                      _current_pending_monitor_is_from_java,         bool)                                  \
   667   nonstatic_field(Thread,                      _current_waiting_monitor,                      ObjectMonitor*)                        \
   667   nonstatic_field(Thread,                      _current_waiting_monitor,                      ObjectMonitor*)                        \
   668   nonstatic_field(NamedThread,                 _name,                                         char*)                                 \
   668   nonstatic_field(NamedThread,                 _name,                                         char*)                                 \
       
   669   nonstatic_field(NamedThread,                 _processed_thread,                             JavaThread*)                           \
   669   nonstatic_field(JavaThread,                  _next,                                         JavaThread*)                           \
   670   nonstatic_field(JavaThread,                  _next,                                         JavaThread*)                           \
   670   nonstatic_field(JavaThread,                  _threadObj,                                    oop)                                   \
   671   nonstatic_field(JavaThread,                  _threadObj,                                    oop)                                   \
   671   nonstatic_field(JavaThread,                  _anchor,                                       JavaFrameAnchor)                       \
   672   nonstatic_field(JavaThread,                  _anchor,                                       JavaFrameAnchor)                       \
   672    volatile_nonstatic_field(JavaThread,        _thread_state,                                 JavaThreadState)                       \
   673    volatile_nonstatic_field(JavaThread,        _thread_state,                                 JavaThreadState)                       \
   673   nonstatic_field(JavaThread,                  _osthread,                                     OSThread*)                             \
   674   nonstatic_field(JavaThread,                  _osthread,                                     OSThread*)                             \