< prev index next >

src/hotspot/share/runtime/vmStructs.cpp

Print this page




 769   nonstatic_field(JavaThread,                  _pending_async_exception,                      oop)                                   \
 770   volatile_nonstatic_field(JavaThread,         _exception_oop,                                oop)                                   \
 771   volatile_nonstatic_field(JavaThread,         _exception_pc,                                 address)                               \
 772   volatile_nonstatic_field(JavaThread,         _is_method_handle_return,                      int)                                   \
 773   nonstatic_field(JavaThread,                  _special_runtime_exit_condition,               JavaThread::AsyncRequests)             \
 774   nonstatic_field(JavaThread,                  _saved_exception_pc,                           address)                               \
 775   volatile_nonstatic_field(JavaThread,         _thread_state,                                 JavaThreadState)                       \
 776   nonstatic_field(JavaThread,                  _osthread,                                     OSThread*)                             \
 777   nonstatic_field(JavaThread,                  _stack_base,                                   address)                               \
 778   nonstatic_field(JavaThread,                  _stack_size,                                   size_t)                                \
 779   nonstatic_field(JavaThread,                  _vframe_array_head,                            vframeArray*)                          \
 780   nonstatic_field(JavaThread,                  _vframe_array_last,                            vframeArray*)                          \
 781   volatile_nonstatic_field(JavaThread,         _terminated,                                   JavaThread::TerminatedTypes)           \
 782   nonstatic_field(Thread,                      _resource_area,                                ResourceArea*)                         \
 783   nonstatic_field(CompilerThread,              _env,                                          ciEnv*)                                \
 784                                                                                                                                      \
 785   /************/                                                                                                                     \
 786   /* OSThread */                                                                                                                     \
 787   /************/                                                                                                                     \
 788                                                                                                                                      \
 789   volatile_nonstatic_field(OSThread,           _interrupted,                                  jint)                                  \
 790   volatile_nonstatic_field(OSThread,           _state,                                        ThreadState)                           \
 791                                                                                                                                      \
 792   /************************/                                                                                                         \
 793   /* OopMap and OopMapSet */                                                                                                         \
 794   /************************/                                                                                                         \
 795                                                                                                                                      \
 796   nonstatic_field(OopMap,                      _pc_offset,                                    int)                                   \
 797   nonstatic_field(OopMap,                      _omv_count,                                    int)                                   \
 798   nonstatic_field(OopMap,                      _write_stream,                                 CompressedWriteStream*)                \
 799   nonstatic_field(OopMapSet,                   _om_count,                                     int)                                   \
 800   nonstatic_field(OopMapSet,                   _om_size,                                      int)                                   \
 801   nonstatic_field(OopMapSet,                   _om_data,                                      OopMap**)                              \
 802                                                                                                                                      \
 803   nonstatic_field(ImmutableOopMapSet,          _count,                                        int)                                   \
 804   nonstatic_field(ImmutableOopMapSet,          _size,                                         int)                                   \
 805                                                                                                                                      \
 806   nonstatic_field(ImmutableOopMapPair,         _pc_offset,                                    int)                                   \
 807   nonstatic_field(ImmutableOopMapPair,         _oopmap_offset,                                int)                                   \
 808                                                                                                                                      \
 809   nonstatic_field(ImmutableOopMap,             _count,                                        int)                                   \




 769   nonstatic_field(JavaThread,                  _pending_async_exception,                      oop)                                   \
 770   volatile_nonstatic_field(JavaThread,         _exception_oop,                                oop)                                   \
 771   volatile_nonstatic_field(JavaThread,         _exception_pc,                                 address)                               \
 772   volatile_nonstatic_field(JavaThread,         _is_method_handle_return,                      int)                                   \
 773   nonstatic_field(JavaThread,                  _special_runtime_exit_condition,               JavaThread::AsyncRequests)             \
 774   nonstatic_field(JavaThread,                  _saved_exception_pc,                           address)                               \
 775   volatile_nonstatic_field(JavaThread,         _thread_state,                                 JavaThreadState)                       \
 776   nonstatic_field(JavaThread,                  _osthread,                                     OSThread*)                             \
 777   nonstatic_field(JavaThread,                  _stack_base,                                   address)                               \
 778   nonstatic_field(JavaThread,                  _stack_size,                                   size_t)                                \
 779   nonstatic_field(JavaThread,                  _vframe_array_head,                            vframeArray*)                          \
 780   nonstatic_field(JavaThread,                  _vframe_array_last,                            vframeArray*)                          \
 781   volatile_nonstatic_field(JavaThread,         _terminated,                                   JavaThread::TerminatedTypes)           \
 782   nonstatic_field(Thread,                      _resource_area,                                ResourceArea*)                         \
 783   nonstatic_field(CompilerThread,              _env,                                          ciEnv*)                                \
 784                                                                                                                                      \
 785   /************/                                                                                                                     \
 786   /* OSThread */                                                                                                                     \
 787   /************/                                                                                                                     \
 788                                                                                                                                      \

 789   volatile_nonstatic_field(OSThread,           _state,                                        ThreadState)                           \
 790                                                                                                                                      \
 791   /************************/                                                                                                         \
 792   /* OopMap and OopMapSet */                                                                                                         \
 793   /************************/                                                                                                         \
 794                                                                                                                                      \
 795   nonstatic_field(OopMap,                      _pc_offset,                                    int)                                   \
 796   nonstatic_field(OopMap,                      _omv_count,                                    int)                                   \
 797   nonstatic_field(OopMap,                      _write_stream,                                 CompressedWriteStream*)                \
 798   nonstatic_field(OopMapSet,                   _om_count,                                     int)                                   \
 799   nonstatic_field(OopMapSet,                   _om_size,                                      int)                                   \
 800   nonstatic_field(OopMapSet,                   _om_data,                                      OopMap**)                              \
 801                                                                                                                                      \
 802   nonstatic_field(ImmutableOopMapSet,          _count,                                        int)                                   \
 803   nonstatic_field(ImmutableOopMapSet,          _size,                                         int)                                   \
 804                                                                                                                                      \
 805   nonstatic_field(ImmutableOopMapPair,         _pc_offset,                                    int)                                   \
 806   nonstatic_field(ImmutableOopMapPair,         _oopmap_offset,                                int)                                   \
 807                                                                                                                                      \
 808   nonstatic_field(ImmutableOopMap,             _count,                                        int)                                   \


< prev index next >