mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +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
|
@ -37,7 +37,7 @@ class ObjArrayKlass : public ArrayKlass {
|
|||
friend class JVMCIVMStructs;
|
||||
|
||||
public:
|
||||
static const KlassID ID = ObjArrayKlassID;
|
||||
static const KlassKind Kind = ObjArrayKlassKind;
|
||||
|
||||
private:
|
||||
// If you add a new field that points to any metaspace object, you
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue