mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8178350: klassVtable and klassItable should be ValueObj
Reviewed-by: coleenp
This commit is contained in:
parent
dd358a3bac
commit
9d5b85daf4
14 changed files with 56 additions and 80 deletions
|
@ -99,7 +99,7 @@ ArrayKlass::ArrayKlass(Symbol* name) :
|
|||
void ArrayKlass::complete_create_array_klass(ArrayKlass* k, Klass* super_klass, ModuleEntry* module_entry, TRAPS) {
|
||||
ResourceMark rm(THREAD);
|
||||
k->initialize_supers(super_klass, CHECK);
|
||||
k->vtable()->initialize_vtable(false, CHECK);
|
||||
k->vtable().initialize_vtable(false, CHECK);
|
||||
|
||||
// During bootstrapping, before java.base is defined, the module_entry may not be present yet.
|
||||
// These classes will be put on a fixup list and their module fields will be patched once
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue