AArch64: Do not generate unneeded trampolines for runtime calls

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 20
    • Affects Version/s: 17, 19
    • Component/s: hotspot
    • b14
    • aarch64

      JDK-8280872 put the non-nmethod segment between two others. This made trampolines for runtime calls redundant in most cases.
      Runtime calls are calls of non-compiled methods. Non-compiled methods stay forever in CodeCache. If they are always within the branch range, they don't need trampolines.

            Assignee:
            Evgeny Astigeevich
            Reporter:
            Evgeny Astigeevich
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: