diff src/share/vm/classfile/classFileParser.cpp @ 12269:da051ce490eb

Merge
author adlertz
date Thu, 19 Sep 2013 18:01:39 +0200
parents 225cedaf9a4b b2e698d2276c
children 36b97be47bde cacc4c6bfc80 6fa574bfd32a
line wrap: on
line diff
--- a/src/share/vm/classfile/classFileParser.cpp	Thu Sep 19 09:34:20 2013 +0200
+++ b/src/share/vm/classfile/classFileParser.cpp	Thu Sep 19 18:01:39 2013 +0200
@@ -3995,9 +3995,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.