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

Deoptimization performance degraded on x86 after AVX-512 support was added

XMLWordPrintable

      Deoptimization performance degraded on x86 after AVX-512 support was added.

      Test case reported in JDK-8188133 triggers pathological behavior (continuous deoptimization) in the JVM and it's >50% slower in 9 vs 8.

      Profiling shows that deoptimization-related logic slowed down 2-3x and dominated by vframeArray::fill_in() where callee-saved registers are copied.

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

              Created:
              Updated: