src/hotspot/share/jvmci/vmStructs_jvmci.cpp
changeset 48826 c4d9d1b08e2e
parent 48172 e26fc5201707
child 49164 7e958a8ebcd3
equal deleted inserted replaced
48825:ef8a98bc71f8 48826:c4d9d1b08e2e
   117   nonstatic_field(CompileTask,                 _num_inlined_bytecodes,                 int)                                          \
   117   nonstatic_field(CompileTask,                 _num_inlined_bytecodes,                 int)                                          \
   118                                                                                                                                      \
   118                                                                                                                                      \
   119   nonstatic_field(ConstantPool,                _tags,                                  Array<u1>*)                                   \
   119   nonstatic_field(ConstantPool,                _tags,                                  Array<u1>*)                                   \
   120   nonstatic_field(ConstantPool,                _pool_holder,                           InstanceKlass*)                               \
   120   nonstatic_field(ConstantPool,                _pool_holder,                           InstanceKlass*)                               \
   121   nonstatic_field(ConstantPool,                _length,                                int)                                          \
   121   nonstatic_field(ConstantPool,                _length,                                int)                                          \
       
   122   nonstatic_field(ConstantPool,                _flags,                                 int)                                          \
   122                                                                                                                                      \
   123                                                                                                                                      \
   123   nonstatic_field(ConstMethod,                 _constants,                             ConstantPool*)                                \
   124   nonstatic_field(ConstMethod,                 _constants,                             ConstantPool*)                                \
   124   nonstatic_field(ConstMethod,                 _flags,                                 u2)                                           \
   125   nonstatic_field(ConstMethod,                 _flags,                                 u2)                                           \
   125   nonstatic_field(ConstMethod,                 _code_size,                             u2)                                           \
   126   nonstatic_field(ConstMethod,                 _code_size,                             u2)                                           \
   126   nonstatic_field(ConstMethod,                 _name_index,                            u2)                                           \
   127   nonstatic_field(ConstMethod,                 _name_index,                            u2)                                           \
   413   declare_constant(JVM_CONSTANT_ClassIndex)                               \
   414   declare_constant(JVM_CONSTANT_ClassIndex)                               \
   414   declare_constant(JVM_CONSTANT_StringIndex)                              \
   415   declare_constant(JVM_CONSTANT_StringIndex)                              \
   415   declare_constant(JVM_CONSTANT_UnresolvedClassInError)                   \
   416   declare_constant(JVM_CONSTANT_UnresolvedClassInError)                   \
   416   declare_constant(JVM_CONSTANT_MethodHandleInError)                      \
   417   declare_constant(JVM_CONSTANT_MethodHandleInError)                      \
   417   declare_constant(JVM_CONSTANT_MethodTypeInError)                        \
   418   declare_constant(JVM_CONSTANT_MethodTypeInError)                        \
       
   419   declare_constant(JVM_CONSTANT_DynamicInError)                           \
   418   declare_constant(JVM_CONSTANT_InternalMax)                              \
   420   declare_constant(JVM_CONSTANT_InternalMax)                              \
   419                                                                           \
   421                                                                           \
   420   declare_constant(ArrayData::array_len_off_set)                          \
   422   declare_constant(ArrayData::array_len_off_set)                          \
   421   declare_constant(ArrayData::array_start_off_set)                        \
   423   declare_constant(ArrayData::array_start_off_set)                        \
   422                                                                           \
   424                                                                           \
   450   declare_constant(CodeInstaller::LOG_OF_HEAP_REGION_GRAIN_BYTES)         \
   452   declare_constant(CodeInstaller::LOG_OF_HEAP_REGION_GRAIN_BYTES)         \
   451   declare_constant(CodeInstaller::INLINE_CONTIGUOUS_ALLOCATION_SUPPORTED) \
   453   declare_constant(CodeInstaller::INLINE_CONTIGUOUS_ALLOCATION_SUPPORTED) \
   452   declare_constant(CodeInstaller::INVOKE_INVALID)                         \
   454   declare_constant(CodeInstaller::INVOKE_INVALID)                         \
   453                                                                           \
   455                                                                           \
   454   declare_constant(ConstantPool::CPCACHE_INDEX_TAG)                       \
   456   declare_constant(ConstantPool::CPCACHE_INDEX_TAG)                       \
       
   457   declare_constant(ConstantPool::_has_dynamic_constant)                   \
   455                                                                           \
   458                                                                           \
   456   declare_constant(ConstMethod::_has_linenumber_table)                    \
   459   declare_constant(ConstMethod::_has_linenumber_table)                    \
   457   declare_constant(ConstMethod::_has_localvariable_table)                 \
   460   declare_constant(ConstMethod::_has_localvariable_table)                 \
   458   declare_constant(ConstMethod::_has_exception_table)                     \
   461   declare_constant(ConstMethod::_has_exception_table)                     \
   459                                                                           \
   462                                                                           \