mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
6861660: OopMapBlock count/size confusion
Reviewed-by: tonyp, iveresov
This commit is contained in:
parent
6a97a03610
commit
662adda5e6
9 changed files with 111 additions and 83 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue