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

JSR 292: Regression: MethodHandle.invokeWithArguments() became slower in jdk9 b31

XMLWordPrintable

    • b31
    • 9

        Problem:

        jdk9 b31 has excessively long execution time of MethodHandle.invokeWithArguments() method compared with b30.

        Providing that invokedynamic instruction takes ~100 ms to execute the test code:

        - In jdk9 b31 MH.invokeWithArguments() takes ~2000 ms
        - In jdk9 b30 MH.invokeWithArguments() takes ~300 ms

              vlivanov Vladimir Ivanov
              kshiroko Kirill Shirokov (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: