|
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)) \
|
|
224 | 226 | nonstatic_field(InstanceKlass, _misc_flags._flags, u2) \
|
225 | 227 | nonstatic_field(InstanceKlass, _annotations, Annotations*) \
|
226 | 228 | nonstatic_field(InstanceKlass, _permitted_subclasses, Array<jushort>*) \
|
| 229 | + nonstatic_field(InstanceKlass, _record_components, Array<RecordComponent*>*) \ |
227 | 230 | \
|
228 | 231 | volatile_nonstatic_field(JavaFrameAnchor, _last_Java_sp, intptr_t*) \
|
229 | 232 | volatile_nonstatic_field(JavaFrameAnchor, _last_Java_pc, address) \
|
|
689 | 692 | declare_constant(ConstMethodFlags::_misc_has_localvariable_table) \
|
690 | 693 | declare_constant(ConstMethodFlags::_misc_has_exception_table) \
|
691 | 694 | declare_constant(ConstMethodFlags::_misc_has_method_annotations) \
|
| 695 | + declare_constant(ConstMethodFlags::_misc_has_type_annotations) \ |
692 | 696 | declare_constant(ConstMethodFlags::_misc_has_parameter_annotations) \
|
| 697 | + declare_constant(ConstMethodFlags::_misc_has_default_annotations) \ |
693 | 698 | declare_constant(ConstMethodFlags::_misc_caller_sensitive) \
|
694 | 699 | declare_constant(ConstMethodFlags::_misc_is_hidden) \
|
695 | 700 | declare_constant(ConstMethodFlags::_misc_intrinsic_candidate) \
|
|
0 commit comments