--- old/src/share/vm/classfile/classFileParser.cpp 2013-08-19 07:38:56.000000000 -0400 +++ new/src/share/vm/classfile/classFileParser.cpp 2013-08-19 07:38:56.000000000 -0400 @@ -3980,9 +3980,8 @@ this_klass->set_has_final_method(); } this_klass->copy_method_ordering(method_ordering, CHECK_NULL); - // The InstanceKlass::_methods_jmethod_ids cache and the - // InstanceKlass::_methods_cached_itable_indices cache are - // both managed on the assumption that the initial cache + // The InstanceKlass::_methods_jmethod_ids cache + // is managed on the assumption that the initial cache // size is equal to the number of methods in the class. If // that changes, then InstanceKlass::idnum_can_increment() // has to be changed accordingly.