src/share/vm/classfile/classFileParser.cpp

changeset 5737
da051ce490eb
parent 5672
225cedaf9a4b
parent 5732
b2e698d2276c
child 5786
36b97be47bde
child 5801
cacc4c6bfc80
child 6241
6fa574bfd32a
     1.1 --- a/src/share/vm/classfile/classFileParser.cpp	Thu Sep 19 09:34:20 2013 +0200
     1.2 +++ b/src/share/vm/classfile/classFileParser.cpp	Thu Sep 19 18:01:39 2013 +0200
     1.3 @@ -3995,9 +3995,8 @@
     1.4        this_klass->set_has_final_method();
     1.5      }
     1.6      this_klass->copy_method_ordering(method_ordering, CHECK_NULL);
     1.7 -    // The InstanceKlass::_methods_jmethod_ids cache and the
     1.8 -    // InstanceKlass::_methods_cached_itable_indices cache are
     1.9 -    // both managed on the assumption that the initial cache
    1.10 +    // The InstanceKlass::_methods_jmethod_ids cache
    1.11 +    // is managed on the assumption that the initial cache
    1.12      // size is equal to the number of methods in the class. If
    1.13      // that changes, then InstanceKlass::idnum_can_increment()
    1.14      // has to be changed accordingly.

mercurial