hotspot/src/share/vm/oops/method.cpp
changeset 46408 70aab0c2ea8b
parent 46329 53ccc37bda19
child 46589 f1c04490ded1
equal deleted inserted replaced
46407:32baebe49efe 46408:70aab0c2ea8b
  1189     }
  1189     }
  1190     return true;
  1190     return true;
  1191   }
  1191   }
  1192 
  1192 
  1193   assert(ik->is_subclass_of(method_holder()), "should be subklass");
  1193   assert(ik->is_subclass_of(method_holder()), "should be subklass");
  1194   assert(ik->vtable() != NULL, "vtable should exist");
       
  1195   if (!has_vtable_index()) {
  1194   if (!has_vtable_index()) {
  1196     return false;
  1195     return false;
  1197   } else {
  1196   } else {
  1198     Method* vt_m = ik->method_at_vtable(vtable_index());
  1197     Method* vt_m = ik->method_at_vtable(vtable_index());
  1199     return vt_m != this;
  1198     return vt_m != this;