Description
Rather than have separate oops for each method, some classes create MemberNames for all their methods.
Alternate representation in hashtable is {Klass, objArray} where objArray contains ResolvedMethodName oop for each Method* indexed by method_idnum.
This is a bit complicated with redefinition because we move around idnums in some complicated way.
It's anticipated that with time, more classes will have all their Methods turned into ResolvedMethodNames.
Attachments
Issue Links
- relates to
-
JDK-8174749 Use hash table/oops for MemberName table
- Resolved