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

Create ResolvedMethodName table with Klass* as key

    XMLWordPrintable

Details

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

    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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: