mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8283607: Rename KlassID to KlassKind
Reviewed-by: dholmes, tschatzl
This commit is contained in:
parent
6b59760da6
commit
636225b815
14 changed files with 62 additions and 60 deletions
|
@ -485,8 +485,8 @@ Array<int>* InstanceKlass::create_new_default_vtable_indices(int len, TRAPS) {
|
|||
return vtable_indices;
|
||||
}
|
||||
|
||||
InstanceKlass::InstanceKlass(const ClassFileParser& parser, KlassID id) :
|
||||
Klass(id),
|
||||
InstanceKlass::InstanceKlass(const ClassFileParser& parser, KlassKind kind) :
|
||||
Klass(kind),
|
||||
_nest_members(NULL),
|
||||
_nest_host(NULL),
|
||||
_permitted_subclasses(NULL),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue