mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8271221
: [BACKOUT] JDK-8271063 Print injected fields for InstanceKlass
Reviewed-by: coleenp
This commit is contained in:
parent
f4b3ee5dca
commit
ec71e2d891
4 changed files with 35 additions and 63 deletions
|
@ -1007,7 +1007,6 @@ public:
|
|||
void do_local_static_fields(FieldClosure* cl);
|
||||
void do_nonstatic_fields(FieldClosure* cl); // including inherited fields
|
||||
void do_local_static_fields(void f(fieldDescriptor*, Handle, TRAPS), Handle, TRAPS);
|
||||
void print_nonstatic_fields(FieldClosure* cl); // including inherited and injected fields
|
||||
|
||||
void methods_do(void f(Method* method));
|
||||
void array_klasses_do(void f(Klass* k));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue