JDK-8313870 : Improve itable lookup from interpreter
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 22
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2023-08-07
  • Updated: 2024-08-30
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Relates :  
Description
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.
Comments
We may, but it's unlikely to be worthwhile.
30-08-2024