--- old/src/share/vm/prims/jvmtiRedefineClasses.cpp 2013-09-11 19:08:55.000000000 -0400 +++ new/src/share/vm/prims/jvmtiRedefineClasses.cpp 2013-09-11 19:08:55.000000000 -0400 @@ -2930,7 +2930,7 @@ for (int i = 0; i < _deleted_methods_length; ++i) { Method* old_method = _deleted_methods[i]; - assert(old_method->vtable_index() < 0, + assert(!old_method->has_vtable_index(), "cannot delete methods with vtable entries");; // Mark all deleted methods as old and obsolete