src/share/vm/prims/jvmtiRedefineClasses.hpp

changeset 2497
3582bf76420e
parent 2314
f95d63e2154a
child 2708
1d1603768966
     1.1 --- a/src/share/vm/prims/jvmtiRedefineClasses.hpp	Thu Jan 27 13:42:28 2011 -0800
     1.2 +++ b/src/share/vm/prims/jvmtiRedefineClasses.hpp	Thu Jan 27 16:11:27 2011 -0800
     1.3 @@ -223,8 +223,8 @@
     1.4  // JVM_CONSTANT_UnresolvedClass and JVM_CONSTANT_UnresolvedString
     1.5  // entries. During this conversion process, the UTF8 values that are
     1.6  // indirectly referenced by the JVM_CONSTANT_ClassIndex and
     1.7 -// JVM_CONSTANT_StringIndex entries are changed into symbolOops and the
     1.8 -// entries are modified to refer to the symbolOops. This optimization
     1.9 +// JVM_CONSTANT_StringIndex entries are changed into Symbol*s and the
    1.10 +// entries are modified to refer to the Symbol*s. This optimization
    1.11  // eliminates one level of indirection for those two CP entry types and
    1.12  // gets the entries ready for verification. During class file parsing
    1.13  // it is also possible for JVM_CONSTANT_UnresolvedString entries to be

mercurial