-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 25
-
Component/s: hotspot
-
b13
-
riscv
-
linux
After the last logic shift right 56 bits in this assembler routine, there is no need to zero extend the remaining 8-bit value. The reason is that the upper bits will be all zeros as this is a logic shift right.
- links to
-
Commit(master)
openjdk/jdk/b1a21b56
-
Review(master)
openjdk/jdk/23879