mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
7109878: The instanceKlass EnclosingMethhod attribute fields can be folded into the _inner_class field
Fold instanceKlass::_enclosing_method_class_index and instanceKlass::_enclosing_method_method_index into the instanceKlass::_inner_classes array. Reviewed-by: never, coleenp
This commit is contained in:
parent
db0efee3d4
commit
b9e6895d3a
11 changed files with 297 additions and 142 deletions
|
@ -416,7 +416,6 @@ instanceKlassKlass::allocate_instance_klass(Symbol* name, int vtable_len, int it
|
|||
ik->set_methods_annotations(NULL);
|
||||
ik->set_methods_parameter_annotations(NULL);
|
||||
ik->set_methods_default_annotations(NULL);
|
||||
ik->set_enclosing_method_indices(0, 0);
|
||||
ik->set_jvmti_cached_class_field_map(NULL);
|
||||
ik->set_initial_method_idnum(0);
|
||||
assert(k()->is_parsable(), "should be parsable here.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue