mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +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
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue