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

@ -39,7 +39,7 @@ class instanceKlassKlass : public klassKlass {
klassOop allocate_instance_klass(int vtable_len,
int itable_len,
int static_field_size,
int nonstatic_oop_map_size,
int nonstatic_oop_map_count,
ReferenceType rt,
TRAPS);