< prev index next >

hotspot/src/share/vm/classfile/classFileParser.hpp

Print this page

        

*** 492,502 **** int annotation_default_length, TRAPS); // lays out fields in class and returns the total oopmap count void layout_fields(ConstantPool* cp, ! const FieldAllocationCount* fac, const ClassAnnotationCollector* parsed_annotations, FieldLayoutInfo* info, TRAPS); public: --- 492,502 ---- int annotation_default_length, TRAPS); // lays out fields in class and returns the total oopmap count void layout_fields(ConstantPool* cp, ! FieldAllocationCount* fac, const ClassAnnotationCollector* parsed_annotations, FieldLayoutInfo* info, TRAPS); public:
< prev index next >