comparison src/share/vm/memory/oopFactory.hpp @ 938:b37c246bf7ce

6861660: OopMapBlock count/size confusion Reviewed-by: tonyp, iveresov
author jcoomes
date Tue, 11 Aug 2009 15:37:23 -0700
parents 0fbdb4381b99
children 9eebd3ac74cf
comparison
equal deleted inserted replaced
937:ead53f6b615d 938:b37c246bf7ce
88 bool is_conc_safe, 88 bool is_conc_safe,
89 TRAPS); 89 TRAPS);
90 90
91 // Instance classes 91 // Instance classes
92 static klassOop new_instanceKlass(int vtable_len, int itable_len, int static_field_size, 92 static klassOop new_instanceKlass(int vtable_len, int itable_len, int static_field_size,
93 int nonstatic_oop_map_size, ReferenceType rt, TRAPS); 93 int nonstatic_oop_map_count, ReferenceType rt, TRAPS);
94 94
95 // Methods 95 // Methods
96 private: 96 private:
97 static constMethodOop new_constMethod(int byte_code_size, 97 static constMethodOop new_constMethod(int byte_code_size,
98 int compressed_line_number_size, 98 int compressed_line_number_size,