mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8178350: klassVtable and klassItable should be ValueObj
Reviewed-by: coleenp
This commit is contained in:
parent
dd358a3bac
commit
9d5b85daf4
14 changed files with 56 additions and 80 deletions
|
@ -1191,7 +1191,6 @@ bool Method::is_overridden_in(Klass* k) const {
|
|||
}
|
||||
|
||||
assert(ik->is_subclass_of(method_holder()), "should be subklass");
|
||||
assert(ik->vtable() != NULL, "vtable should exist");
|
||||
if (!has_vtable_index()) {
|
||||
return false;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue