src/share/vm/classfile/classFileParser.hpp

changeset 3373
cd5d8cafcc84
parent 3137
e6b1331a51d2
child 3670
f7c4174b33ba
child 3682
fc9d8850ab8b
equal deleted inserted replaced
3372:dca455dea3a7 3373:cd5d8cafcc84
89 typeArrayHandle* field_annotations, TRAPS); 89 typeArrayHandle* field_annotations, TRAPS);
90 typeArrayHandle parse_fields(Symbol* class_name, 90 typeArrayHandle parse_fields(Symbol* class_name,
91 constantPoolHandle cp, bool is_interface, 91 constantPoolHandle cp, bool is_interface,
92 FieldAllocationCount *fac, 92 FieldAllocationCount *fac,
93 objArrayHandle* fields_annotations, 93 objArrayHandle* fields_annotations,
94 int* java_fields_count_ptr, TRAPS); 94 u2* java_fields_count_ptr, TRAPS);
95 95
96 // Method parsing 96 // Method parsing
97 methodHandle parse_method(constantPoolHandle cp, bool is_interface, 97 methodHandle parse_method(constantPoolHandle cp, bool is_interface,
98 AccessFlags* promoted_flags, 98 AccessFlags* promoted_flags,
99 typeArrayHandle* method_annotations, 99 typeArrayHandle* method_annotations,

mercurial