8000213: NPG: Should have renamed arrayKlass and typeArrayKlass

Capitalize these metadata types (and objArrayKlass)

Reviewed-by: stefank, twisti, kvn
This commit is contained in:
Coleen Phillimore 2012-09-29 06:40:00 -04:00
parent 9972f3d338
commit 28047d6a0f
79 changed files with 440 additions and 443 deletions

View file

@ -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