--- old/src/share/vm/oops/klassVtable.hpp 2013-08-19 07:39:07.000000000 -0400 +++ new/src/share/vm/oops/klassVtable.hpp 2013-08-19 07:39:07.000000000 -0400 @@ -288,12 +288,12 @@ #endif // INCLUDE_JVMTI // Setup of itable + static int assign_itable_indexes_for_interface(Klass* klass); + static int method_count_for_interface(Klass* klass); static int compute_itable_size(Array* transitive_interfaces); static void setup_itable_offset_table(instanceKlassHandle klass); // Resolving of method to index - static int compute_itable_index(Method* m); - // ...and back again: static Method* method_for_itable_index(Klass* klass, int itable_index); // Debugging/Statistics