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

AArch64: Share memory for trampoline and stub to interpreter for Java calls

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Withdrawn
    • Icon: P4 P4
    • None
    • 19
    • hotspot

      For Java calls we always generate a trampoline and a stub to the interpreter. The trampoline is needed to support far-distant calls of compiled methods. If compiled code for a callee is not available, the stub to the interpreter is used. The shared memory might be used to keep them. When we need a stub, we put it there. When we need a trampoline we replace the stub with the trampoline.

            eastigeevich Evgeny Astigeevich
            eastigeevich Evgeny Astigeevich
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: