|
117 | 117 | static_field(CompilerToVM::Data, _heap_top_addr, HeapWord* volatile*) \
|
118 | 118 | \
|
119 | 119 | static_field(CompilerToVM::Data, _max_oop_map_stack_offset, int) \
|
120 |
| - static_field(CompilerToVM::Data, _fields_annotations_base_offset, int) \ |
| 120 | + static_field(CompilerToVM::Data, _annotation_array_array_base_offset, int) \ |
121 | 121 | \
|
122 | 122 | static_field(CompilerToVM::Data, cardtable_start_address, CardTable::CardValue*) \
|
123 | 123 | static_field(CompilerToVM::Data, cardtable_shift, int) \
|
|
158 | 158 | static_field(Abstract_VM_Version, _features, uint64_t) \
|
159 | 159 | \
|
160 | 160 | nonstatic_field(Annotations, _class_annotations, AnnotationArray*) \
|
| 161 | + nonstatic_field(Annotations, _class_type_annotations, AnnotationArray*) \ |
161 | 162 | nonstatic_field(Annotations, _fields_annotations, Array<AnnotationArray*>*) \
|
| 163 | + nonstatic_field(Annotations, _fields_type_annotations, Array<AnnotationArray*>*) \ |
162 | 164 | \
|
163 | 165 | nonstatic_field(Array<int>, _length, int) \
|
164 | 166 | unchecked_nonstatic_field(Array<u1>, _data, sizeof(u1)) \
|
|
221 | 223 | volatile_nonstatic_field(InstanceKlass, _init_thread, JavaThread*) \
|
222 | 224 | nonstatic_field(InstanceKlass, _misc_flags._flags, u2) \
|
223 | 225 | nonstatic_field(InstanceKlass, _annotations, Annotations*) \
|
| 226 | + nonstatic_field(InstanceKlass, _record_components, Array<RecordComponent*>*) \ |
224 | 227 | \
|
225 | 228 | volatile_nonstatic_field(JavaFrameAnchor, _last_Java_sp, intptr_t*) \
|
226 | 229 | volatile_nonstatic_field(JavaFrameAnchor, _last_Java_pc, address) \
|
|
686 | 689 | declare_constant(ConstMethodFlags::_misc_has_localvariable_table) \
|
687 | 690 | declare_constant(ConstMethodFlags::_misc_has_exception_table) \
|
688 | 691 | declare_constant(ConstMethodFlags::_misc_has_method_annotations) \
|
| 692 | + declare_constant(ConstMethodFlags::_misc_has_type_annotations) \ |
689 | 693 | declare_constant(ConstMethodFlags::_misc_has_parameter_annotations) \
|
| 694 | + declare_constant(ConstMethodFlags::_misc_has_default_annotations) \ |
690 | 695 | declare_constant(ConstMethodFlags::_misc_caller_sensitive) \
|
691 | 696 | declare_constant(ConstMethodFlags::_misc_is_hidden) \
|
692 | 697 | declare_constant(ConstMethodFlags::_misc_intrinsic_candidate) \
|
|
0 commit comments