-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P3
-
Affects Version/s: 9, 10
-
Component/s: hotspot
-
x86
Deoptimization performance degraded on x86 after AVX-512 support was added.
Test case reported inJDK-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.
Test case reported in
Profiling shows that deoptimization-related logic slowed down 2-3x and dominated by vframeArray::fill_in() where callee-saved registers are copied.
- relates to
-
JDK-8188133 C2: Static field accesses in clinit can trigger deoptimizations
-
- Resolved
-