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

Some code emitted by TemplateTable::branch is unused when running TieredCompilation

XMLWordPrintable

    • b20

        TemplateTable::branch emits code to allocate a MethodData when missing, but if running TieredCompilation this subroutine is never called. It can be skipped, which slightly reduces the interpreter code size and reduces startup overhead.

        This applies to the implementation for x86, arm, aarch64 and s390. The PPC implementation differs significantly.

              redestad Claes Redestad
              redestad Claes Redestad
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: