src/share/vm/classfile/classFileParser.hpp

changeset 1374
9eebd3ac74cf
parent 1373
b37c246bf7ce
child 1409
26b774d693aa
     1.1 --- a/src/share/vm/classfile/classFileParser.hpp	Tue Aug 11 15:37:23 2009 -0700
     1.2 +++ b/src/share/vm/classfile/classFileParser.hpp	Thu Aug 13 16:22:45 2009 -0700
     1.3 @@ -125,10 +125,13 @@
     1.4                                         int runtime_invisible_annotations_length, TRAPS);
     1.5  
     1.6    // Final setup
     1.7 -  int compute_oop_map_count(instanceKlassHandle super, int nonstatic_oop_count,
     1.8 -                            int first_nonstatic_oop_offset);
     1.9 -  void fill_oop_maps(instanceKlassHandle k, int nonstatic_oop_map_count,
    1.10 -                     u2* nonstatic_oop_offsets, u2* nonstatic_oop_counts);
    1.11 +  unsigned int compute_oop_map_count(instanceKlassHandle super,
    1.12 +                                     unsigned int nonstatic_oop_count,
    1.13 +                                     int first_nonstatic_oop_offset);
    1.14 +  void fill_oop_maps(instanceKlassHandle k,
    1.15 +                     unsigned int nonstatic_oop_map_count,
    1.16 +                     int* nonstatic_oop_offsets,
    1.17 +                     unsigned int* nonstatic_oop_counts);
    1.18    void set_precomputed_flags(instanceKlassHandle k);
    1.19    objArrayHandle compute_transitive_interfaces(instanceKlassHandle super,
    1.20                                                 objArrayHandle local_ifs, TRAPS);

mercurial