mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
8000213: NPG: Should have renamed arrayKlass and typeArrayKlass
Capitalize these metadata types (and objArrayKlass) Reviewed-by: stefank, twisti, kvn
This commit is contained in:
parent
9972f3d338
commit
28047d6a0f
79 changed files with 440 additions and 443 deletions
|
@ -128,7 +128,7 @@ public:
|
|||
#endif
|
||||
|
||||
// from parNewGeneration and other things that want to get to the end of
|
||||
// an oop for stuff (like objArrayKlass.cpp)
|
||||
// an oop for stuff (like ObjArrayKlass.cpp)
|
||||
operator oop* () const { return (oop *)obj(); }
|
||||
};
|
||||
|
||||
|
@ -172,8 +172,8 @@ class InstanceKlass;
|
|||
class InstanceMirrorKlass;
|
||||
class InstanceClassLoaderKlass;
|
||||
class InstanceRefKlass;
|
||||
class arrayKlass;
|
||||
class objArrayKlass;
|
||||
class typeArrayKlass;
|
||||
class ArrayKlass;
|
||||
class ObjArrayKlass;
|
||||
class TypeArrayKlass;
|
||||
|
||||
#endif // SHARE_VM_OOPS_OOPSHIERARCHY_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue