< prev index next > src/hotspot/share/jvmci/vmStructs_jvmci.cpp
Print this page
\
nonstatic_field(InstanceKlass, _fieldinfo_stream, Array<u1>*) \
nonstatic_field(InstanceKlass, _constants, ConstantPool*) \
volatile_nonstatic_field(InstanceKlass, _init_state, InstanceKlass::ClassState) \
volatile_nonstatic_field(InstanceKlass, _init_thread, JavaThread*) \
- nonstatic_field(InstanceKlass, _misc_flags._flags, u2) \
+ nonstatic_field(InstanceKlass, _misc_flags._flags, u4) \
nonstatic_field(InstanceKlass, _annotations, Annotations*) \
\
volatile_nonstatic_field(JavaFrameAnchor, _last_Java_sp, intptr_t*) \
volatile_nonstatic_field(JavaFrameAnchor, _last_Java_pc, address) \
\
declare_constant(DataLayout::arg_info_data_tag) \
declare_constant(DataLayout::call_type_data_tag) \
declare_constant(DataLayout::virtual_call_type_data_tag) \
declare_constant(DataLayout::parameters_type_data_tag) \
declare_constant(DataLayout::speculative_trap_data_tag) \
+ declare_constant(DataLayout::array_store_data_tag) \
+ declare_constant(DataLayout::array_load_data_tag) \
+ declare_constant(DataLayout::acmp_data_tag) \
\
declare_constant(Deoptimization::Unpack_deopt) \
declare_constant(Deoptimization::Unpack_exception) \
declare_constant(Deoptimization::Unpack_uncommon_trap) \
declare_constant(Deoptimization::Unpack_reexecute) \
< prev index next >