< prev index next >

src/share/vm/oops/arrayKlass.hpp

Print this page

        

*** 97,107 **** GrowableArray<Klass*>* compute_secondary_supers(int num_extra_slots); bool compute_is_subtype_of(Klass* k); // Sizing ! static int header_size() { return sizeof(ArrayKlass)/HeapWordSize; } static int static_size(int header_size); #if INCLUDE_SERVICES virtual void collect_statistics(KlassSizeStats *sz) const { Klass::collect_statistics(sz); --- 97,107 ---- GrowableArray<Klass*>* compute_secondary_supers(int num_extra_slots); bool compute_is_subtype_of(Klass* k); // Sizing ! static int header_size() { return sizeof(ArrayKlass)/wordSize; } static int static_size(int header_size); #if INCLUDE_SERVICES virtual void collect_statistics(KlassSizeStats *sz) const { Klass::collect_statistics(sz);
< prev index next >