Improve itable lookup from interpreter

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Won't Fix
    • Priority: P4
    • tbd
    • Affects Version/s: 22
    • Component/s: hotspot

      JDK-8307352 and JDK-8305959 replace two iterations on the itable with a single one in the itable_stubs called from the compiled code. TemplateTable::invokeinterface cannot benefit from this optimization along the way because it has another assembler code in between two lookup_interface_method() calls. We may implement the enhancement for the interpreter as well.

            Assignee:
            Boris Ulasevich
            Reporter:
            Boris Ulasevich
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: