8372098: Move AccessFlags to InstanceKlass

Reviewed-by: liach, vlivanov, dlong, sspitsyn
This commit is contained in:
Coleen Phillimore
2025-12-04 22:39:58 +00:00
parent 6db1c4f5b9
commit 13e32bf166
25 changed files with 106 additions and 90 deletions

View File

@@ -439,7 +439,7 @@ class MethodFamily : public ResourceObj {
StreamIndentor si(str, indent * 2);
str->print("Selected method: ");
print_method(str, _selected_target);
Klass* method_holder = _selected_target->method_holder();
InstanceKlass* method_holder = _selected_target->method_holder();
if (!method_holder->is_interface()) {
str->print(" : in superclass");
}