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

PPC64: invokevfinal_helper duplicates code to handle ResolvedMethodEntry

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 22
    • None
    • hotspot
    • b26
    • ppc

      TemplateTable::invokevfinal_helper currently has own code instead of using TemplateTable::prepare_invoke on PPC64. It also loads the number of parameters from the ConstMethod. This works, but other platforms take it from the ResolvedMethodEntry. This should better get cleaned up.
      TemplateInterpreter::invoke_return_entry_table_for should support _fast_invokevfinal which is only used by PPC64. (AIX has no CDS support.)

            mdoerr Martin Doerr
            mdoerr Martin Doerr
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: