src/share/vm/oops/klassVtable.hpp

changeset 4142
d8ce2825b193
parent 4037
da91efe96a93
child 4245
4735d2c84362
     1.1 --- a/src/share/vm/oops/klassVtable.hpp	Fri Sep 28 14:36:20 2012 -0700
     1.2 +++ b/src/share/vm/oops/klassVtable.hpp	Sat Sep 29 06:40:00 2012 -0400
     1.3 @@ -31,7 +31,7 @@
     1.4  #include "utilities/growableArray.hpp"
     1.5  
     1.6  // A klassVtable abstracts the variable-length vtable that is embedded in InstanceKlass
     1.7 -// and arrayKlass.  klassVtable objects are used just as convenient transient accessors to the vtable,
     1.8 +// and ArrayKlass.  klassVtable objects are used just as convenient transient accessors to the vtable,
     1.9  // not to actually hold the vtable data.
    1.10  // Note: the klassVtable should not be accessed before the class has been verified
    1.11  // (until that point, the vtable is uninitialized).

mercurial