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

Improve itable lookup from interpreter

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 22
    • 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.

            bulasevich Boris Ulasevich
            bulasevich Boris Ulasevich
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: