< prev index next >

src/hotspot/share/classfile/classFileParser.hpp

Print this page

        

@@ -531,17 +531,10 @@
                                int runtime_invisible_type_annotations_length,
                                const u1* annotation_default,
                                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);
-
   void update_class_name(Symbol* new_name);
 
  public:
   ClassFileParser(ClassFileStream* stream,
                   Symbol* name,
< prev index next >