-
Bug
-
Resolution: Fixed
-
P4
-
25
-
b03
-
riscv
-
linux
I find that the verification of encoding of the poll instruction in this blob is not correct.
The code loads the instruction and checks for three bit fields, but it uses wrong masks. This
won't trigger an assertion failure as the masks are partial compared with the correct ones.
The code loads the instruction and checks for three bit fields, but it uses wrong masks. This
won't trigger an assertion failure as the masks are partial compared with the correct ones.
- links to
-
Commit(master) openjdk/jdk/929d4a50
-
Review(master) openjdk/jdk/22750