hotspot/src/share/vm/runtime/vmStructs.cpp
changeset 2526 39a58a50be35
parent 2359 7242a18bcd12
child 3261 c7d5aae8d3f7
equal deleted inserted replaced
2364:7c9f46e9d37c 2526:39a58a50be35
   654      static_field(Threads,                     _number_of_non_daemon_threads,                 int)                                   \
   654      static_field(Threads,                     _number_of_non_daemon_threads,                 int)                                   \
   655      static_field(Threads,                     _return_code,                                  int)                                   \
   655      static_field(Threads,                     _return_code,                                  int)                                   \
   656                                                                                                                                      \
   656                                                                                                                                      \
   657    volatile_nonstatic_field(Thread,            _suspend_flags,                                uint32_t)                              \
   657    volatile_nonstatic_field(Thread,            _suspend_flags,                                uint32_t)                              \
   658   nonstatic_field(Thread,                      _active_handles,                               JNIHandleBlock*)                       \
   658   nonstatic_field(Thread,                      _active_handles,                               JNIHandleBlock*)                       \
   659   nonstatic_field(Thread,                      _highest_lock,                                 address)                               \
       
   660   nonstatic_field(Thread,                      _tlab,                                         ThreadLocalAllocBuffer)                \
   659   nonstatic_field(Thread,                      _tlab,                                         ThreadLocalAllocBuffer)                \
   661   nonstatic_field(Thread,                      _current_pending_monitor,                      ObjectMonitor*)                        \
   660   nonstatic_field(Thread,                      _current_pending_monitor,                      ObjectMonitor*)                        \
   662   nonstatic_field(Thread,                      _current_pending_monitor_is_from_java,         bool)                                  \
   661   nonstatic_field(Thread,                      _current_pending_monitor_is_from_java,         bool)                                  \
   663   nonstatic_field(Thread,                      _current_waiting_monitor,                      ObjectMonitor*)                        \
   662   nonstatic_field(Thread,                      _current_waiting_monitor,                      ObjectMonitor*)                        \
   664   nonstatic_field(NamedThread,                 _name,                                         char*)                                 \
   663   nonstatic_field(NamedThread,                 _name,                                         char*)                                 \