src/hotspot/share/jvmci/vmStructs_jvmci.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File open Sdiff src/hotspot/share/jvmci

src/hotspot/share/jvmci/vmStructs_jvmci.cpp

Print this page




 145   nonstatic_field(ExceptionTableElement,       end_pc,                                        u2)                                    \
 146   nonstatic_field(ExceptionTableElement,       handler_pc,                                    u2)                                    \
 147   nonstatic_field(ExceptionTableElement,       catch_type_index,                              u2)                                    \
 148                                                                                                                                      \
 149   nonstatic_field(JVMFlag,                     _type,                                         const char*)                           \
 150   nonstatic_field(JVMFlag,                     _name,                                         const char*)                           \
 151   unchecked_nonstatic_field(JVMFlag,           _addr,                                         sizeof(void*))                         \
 152   nonstatic_field(JVMFlag,                     _flags,                                        JVMFlag::Flags)                        \
 153   static_field(JVMFlag,                        flags,                                         JVMFlag*)                              \
 154                                                                                                                                      \
 155   nonstatic_field(InstanceKlass,               _fields,                                       Array<u2>*)                            \
 156   nonstatic_field(InstanceKlass,               _constants,                                    ConstantPool*)                         \
 157   nonstatic_field(InstanceKlass,               _source_file_name_index,                       u2)                                    \
 158   nonstatic_field(InstanceKlass,               _init_state,                                   u1)                                    \
 159   nonstatic_field(InstanceKlass,               _misc_flags,                                   u2)                                    \
 160   nonstatic_field(InstanceKlass,               _annotations,                                  Annotations*)                          \
 161                                                                                                                                      \
 162   volatile_nonstatic_field(JavaFrameAnchor,    _last_Java_sp,                                 intptr_t*)                             \
 163   volatile_nonstatic_field(JavaFrameAnchor,    _last_Java_pc,                                 address)                               \
 164                                                                                                                                      \





 165   nonstatic_field(JavaThread,                  _threadObj,                                    oop)                                   \
 166   nonstatic_field(JavaThread,                  _anchor,                                       JavaFrameAnchor)                       \
 167   nonstatic_field(JavaThread,                  _vm_result,                                    oop)                                   \
 168   volatile_nonstatic_field(JavaThread,         _exception_oop,                                oop)                                   \
 169   volatile_nonstatic_field(JavaThread,         _exception_pc,                                 address)                               \
 170   volatile_nonstatic_field(JavaThread,         _is_method_handle_return,                      int)                                   \
 171   nonstatic_field(JavaThread,                  _osthread,                                     OSThread*)                             \
 172   nonstatic_field(JavaThread,                  _pending_deoptimization,                       int)                                   \
 173   nonstatic_field(JavaThread,                  _pending_failed_speculation,                   jlong)                                 \
 174   nonstatic_field(JavaThread,                  _pending_transfer_to_interpreter,              bool)                                  \
 175   nonstatic_field(JavaThread,                  _jvmci_counters,                               jlong*)                                \
 176   nonstatic_field(JavaThread,                  _should_post_on_exceptions_flag,               int)                                   \
 177   nonstatic_field(JavaThread,                  _reserved_stack_activation,                    address)                               \
 178                                                                                                                                      \
 179   static_field(java_lang_Class,                _klass_offset,                                 int)                                   \
 180   static_field(java_lang_Class,                _array_klass_offset,                           int)                                   \
 181                                                                                                                                      \
 182   nonstatic_field(InvocationCounter,           _counter,                                      unsigned int)                          \
 183                                                                                                                                      \
 184   nonstatic_field(Klass,                       _secondary_super_cache,                        Klass*)                                \




 145   nonstatic_field(ExceptionTableElement,       end_pc,                                        u2)                                    \
 146   nonstatic_field(ExceptionTableElement,       handler_pc,                                    u2)                                    \
 147   nonstatic_field(ExceptionTableElement,       catch_type_index,                              u2)                                    \
 148                                                                                                                                      \
 149   nonstatic_field(JVMFlag,                     _type,                                         const char*)                           \
 150   nonstatic_field(JVMFlag,                     _name,                                         const char*)                           \
 151   unchecked_nonstatic_field(JVMFlag,           _addr,                                         sizeof(void*))                         \
 152   nonstatic_field(JVMFlag,                     _flags,                                        JVMFlag::Flags)                        \
 153   static_field(JVMFlag,                        flags,                                         JVMFlag*)                              \
 154                                                                                                                                      \
 155   nonstatic_field(InstanceKlass,               _fields,                                       Array<u2>*)                            \
 156   nonstatic_field(InstanceKlass,               _constants,                                    ConstantPool*)                         \
 157   nonstatic_field(InstanceKlass,               _source_file_name_index,                       u2)                                    \
 158   nonstatic_field(InstanceKlass,               _init_state,                                   u1)                                    \
 159   nonstatic_field(InstanceKlass,               _misc_flags,                                   u2)                                    \
 160   nonstatic_field(InstanceKlass,               _annotations,                                  Annotations*)                          \
 161                                                                                                                                      \
 162   volatile_nonstatic_field(JavaFrameAnchor,    _last_Java_sp,                                 intptr_t*)                             \
 163   volatile_nonstatic_field(JavaFrameAnchor,    _last_Java_pc,                                 address)                               \
 164                                                                                                                                      \
 165   nonstatic_field(JVMCICompileState,           _jvmti_can_hotswap_or_post_breakpoint,         jbyte)                                 \
 166   nonstatic_field(JVMCICompileState,           _jvmti_can_access_local_variables,             jbyte)                                 \
 167   nonstatic_field(JVMCICompileState,           _jvmti_can_post_on_exceptions,                 jbyte)                                 \
 168   nonstatic_field(JVMCICompileState,           _jvmti_can_pop_frame,                          jbyte)                                 \
 169                                                                                                                                      \
 170   nonstatic_field(JavaThread,                  _threadObj,                                    oop)                                   \
 171   nonstatic_field(JavaThread,                  _anchor,                                       JavaFrameAnchor)                       \
 172   nonstatic_field(JavaThread,                  _vm_result,                                    oop)                                   \
 173   volatile_nonstatic_field(JavaThread,         _exception_oop,                                oop)                                   \
 174   volatile_nonstatic_field(JavaThread,         _exception_pc,                                 address)                               \
 175   volatile_nonstatic_field(JavaThread,         _is_method_handle_return,                      int)                                   \
 176   nonstatic_field(JavaThread,                  _osthread,                                     OSThread*)                             \
 177   nonstatic_field(JavaThread,                  _pending_deoptimization,                       int)                                   \
 178   nonstatic_field(JavaThread,                  _pending_failed_speculation,                   jlong)                                 \
 179   nonstatic_field(JavaThread,                  _pending_transfer_to_interpreter,              bool)                                  \
 180   nonstatic_field(JavaThread,                  _jvmci_counters,                               jlong*)                                \
 181   nonstatic_field(JavaThread,                  _should_post_on_exceptions_flag,               int)                                   \
 182   nonstatic_field(JavaThread,                  _reserved_stack_activation,                    address)                               \
 183                                                                                                                                      \
 184   static_field(java_lang_Class,                _klass_offset,                                 int)                                   \
 185   static_field(java_lang_Class,                _array_klass_offset,                           int)                                   \
 186                                                                                                                                      \
 187   nonstatic_field(InvocationCounter,           _counter,                                      unsigned int)                          \
 188                                                                                                                                      \
 189   nonstatic_field(Klass,                       _secondary_super_cache,                        Klass*)                                \


src/hotspot/share/jvmci/vmStructs_jvmci.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File