mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
7086585: make Java field injection more flexible
Reviewed-by: jrose, twisti, kvn, coleenp
This commit is contained in:
parent
1ebca30d26
commit
e39ba1a5fe
39 changed files with 1073 additions and 991 deletions
|
@ -386,7 +386,7 @@ instanceKlassKlass::allocate_instance_klass(Symbol* name, int vtable_len, int it
|
|||
ik->set_local_interfaces(NULL);
|
||||
ik->set_transitive_interfaces(NULL);
|
||||
ik->init_implementor();
|
||||
ik->set_fields(NULL);
|
||||
ik->set_fields(NULL, 0);
|
||||
ik->set_constants(NULL);
|
||||
ik->set_class_loader(NULL);
|
||||
ik->set_protection_domain(NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue