6861660: OopMapBlock count/size confusion

Reviewed-by: tonyp, iveresov
This commit is contained in:
John Coomes 2009-08-11 15:37:23 -07:00
parent 6a97a03610
commit 662adda5e6
9 changed files with 111 additions and 83 deletions

View file

@ -90,7 +90,7 @@ class oopFactory: AllStatic {
// Instance classes
static klassOop new_instanceKlass(int vtable_len, int itable_len, int static_field_size,
int nonstatic_oop_map_size, ReferenceType rt, TRAPS);
int nonstatic_oop_map_count, ReferenceType rt, TRAPS);
// Methods
private: