Other |
---|
tbdUnresolved |
Relates :
|
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.
|