Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8181173

Create ResolvedMethodName table with Klass* as key

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Won't Fix
    • Icon: P4 P4
    • 11
    • 10
    • hotspot
    • None


      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.

            Unassigned Unassigned
            coleenp Coleen Phillimore
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: