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

AArch64: Do not generate unneeded trampolines for runtime calls

    XMLWordPrintable

Details

    • Enhancement
    • Status: Resolved
    • P4
    • Resolution: Fixed
    • 19
    • 20
    • hotspot
    • None
    • b14
    • aarch64

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: