mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18: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
|
@ -31,7 +31,7 @@
|
|||
#include "utilities/growableArray.hpp"
|
||||
|
||||
// A klassVtable abstracts the variable-length vtable that is embedded in InstanceKlass
|
||||
// and arrayKlass. klassVtable objects are used just as convenient transient accessors to the vtable,
|
||||
// and ArrayKlass. klassVtable objects are used just as convenient transient accessors to the vtable,
|
||||
// not to actually hold the vtable data.
|
||||
// Note: the klassVtable should not be accessed before the class has been verified
|
||||
// (until that point, the vtable is uninitialized).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue