-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 16, 17
-
Component/s: hotspot
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8261271 | 17 | Dong Bo | P2 | Resolved | Fixed | b09 |
| JDK-8261388 | 16.0.2 | Dong Bo | P2 | Resolved | Fixed | b01 |
| JDK-8261375 | 16.0.1 | Dong Bo | P2 | Resolved | Fixed | b05 |
This is a typo introduced by JDK-8255949.
Shifting right and accumulating four short integers should use `usra` rather than `ushr`.
Shifting right and accumulating four short integers should use `usra` rather than `ushr`.
- backported by
-
JDK-8261271 AArch64: Wrong code generated for shifting right and accumulating four unsigned short integers
-
- Resolved
-
-
JDK-8261375 AArch64: Wrong code generated for shifting right and accumulating four unsigned short integers
-
- Resolved
-
-
JDK-8261388 AArch64: Wrong code generated for shifting right and accumulating four unsigned short integers
-
- Resolved
-
- relates to
-
JDK-8255949 AArch64: Add support for vectorized shift right and accumulate
-
- Resolved
-
(1 links to)