src/share/vm/classfile/classFileParser.hpp

changeset 1373
b37c246bf7ce
parent 1310
6a93908f268f
child 1374
9eebd3ac74cf
equal deleted inserted replaced
1372:ead53f6b615d 1373:b37c246bf7ce
123 int runtime_visible_annotations_length, 123 int runtime_visible_annotations_length,
124 u1* runtime_invisible_annotations, 124 u1* runtime_invisible_annotations,
125 int runtime_invisible_annotations_length, TRAPS); 125 int runtime_invisible_annotations_length, TRAPS);
126 126
127 // Final setup 127 // Final setup
128 int compute_oop_map_size(instanceKlassHandle super, int nonstatic_oop_count, 128 int compute_oop_map_count(instanceKlassHandle super, int nonstatic_oop_count,
129 int first_nonstatic_oop_offset); 129 int first_nonstatic_oop_offset);
130 void fill_oop_maps(instanceKlassHandle k, int nonstatic_oop_map_count, 130 void fill_oop_maps(instanceKlassHandle k, int nonstatic_oop_map_count,
131 u2* nonstatic_oop_offsets, u2* nonstatic_oop_length); 131 u2* nonstatic_oop_offsets, u2* nonstatic_oop_counts);
132 void set_precomputed_flags(instanceKlassHandle k); 132 void set_precomputed_flags(instanceKlassHandle k);
133 objArrayHandle compute_transitive_interfaces(instanceKlassHandle super, 133 objArrayHandle compute_transitive_interfaces(instanceKlassHandle super,
134 objArrayHandle local_ifs, TRAPS); 134 objArrayHandle local_ifs, TRAPS);
135 135
136 // Special handling for certain classes. 136 // Special handling for certain classes.

mercurial