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

C1: No inlining through invokedynamic and invokestatic call sites when resolved class is not linked

XMLWordPrintable

    • b25
    • 17
    • b31

        JDK-8267806 introduced a regression where invokedynamic call site linker can be left not inlined by C1 (even though it is marked with @ForceInline annotation):
         
          @ 3 java.lang.invoke.Invokers$Holder::linkToTargetMethod (9 bytes) not inlineable

        Before JDK-8267806 it was always inlined:
          @ 3 java.lang.invoke.Invokers$Holder::linkToTargetMethod (9 bytes) force inline by annotation

              vlivanov Vladimir Ivanov
              vlivanov Vladimir Ivanov
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: