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

factor duplicated assembly code for megamorphic invokeinterface (for 6655638)

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Fixed
    • P3
    • hs15
    • 7
    • hotspot
    • None
    • b03
    • generic
    • generic

    Backports

      Description

        The assembly code for megamorphic invokeinterface is duplicated (with minor variations) in vtableStubs and templateTable. In order to control the code shape more directly, we will factor it into a new subroutine MacroAssembler::lookup_interface_method.

        This will let us use the subroutine in a new places, such as code for a direct method handle to an interface method.

        It will also provide a single point (per CPU) to add enhancements to interface invocation, such as for the interface injection project.

        Attachments

          Issue Links

            Activity

              People

                jrose John Rose
                jrose John Rose
                Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:
                  Imported:
                  Indexed: