hotspot/src/share/vm/classfile/classFileParser.hpp
changeset 3575 224791e7ecab
parent 2534 08dac9ce0cd7
child 3693 af387bf37e8d
child 3820 0a8fbbe180db
equal deleted inserted replaced
3001:9b4390b8c6f7 3575:224791e7ecab
    59   // Interface parsing
    59   // Interface parsing
    60   objArrayHandle parse_interfaces(constantPoolHandle cp,
    60   objArrayHandle parse_interfaces(constantPoolHandle cp,
    61                                   int length,
    61                                   int length,
    62                                   Handle class_loader,
    62                                   Handle class_loader,
    63                                   Handle protection_domain,
    63                                   Handle protection_domain,
    64                                   PerfTraceTime* vmtimer,
       
    65                                   symbolHandle class_name,
    64                                   symbolHandle class_name,
    66                                   TRAPS);
    65                                   TRAPS);
    67 
    66 
    68   // Field parsing
    67   // Field parsing
    69   void parse_field_attributes(constantPoolHandle cp, u2 attributes_count,
    68   void parse_field_attributes(constantPoolHandle cp, u2 attributes_count,