Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8278701 | 19 | Pengfei Li | P4 | Resolved | Fixed | team |
Arraycopy partial inlining is a C2 compiler technique that avoids stub call overhead in small-sized arraycopy operations by generating masked vector instructions. So far it works on x86 AVX512 only but we can also enable it for AArch64 SVE.
- backported by
-
JDK-8278701 AArch64: Enable arraycopy partial inlining with SVE
- Resolved
- relates to
-
JDK-8252848 Optimize small primitive arrayCopy operations through partial inlining using AVX-512 masked instructions
- Resolved