-
Enhancement
-
Resolution: Fixed
-
P4
-
11
-
b18
-
x86
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8205309 | 11.0.1 | Vladimir Kozlov | P4 | Resolved | Fixed | team |
Right now, for longer lengths we use "rep stos" instructions on x86, for short lengths we use "mov rax". Experiments show that we can use XMM/YMM registers for middle lengths to improve objects initialization perofrmance.
- backported by
-
JDK-8205309 Use XMM/YMM for objects initialization
- Resolved
- relates to
-
JDK-8146801 Allocating short arrays of non-constant size is slow
- Resolved