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

AArch64: Do not generate unneeded trampolines for runtime calls

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 20
    • 17, 19
    • 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.

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

              Created:
              Updated:
              Resolved: