RFR: 8267531: [x86] Assembler::andb(Address, Register) encoding is incorrect
Aleksey Shipilev
shade at openjdk.java.net
Sat May 22 15:19:01 UTC 2021
On Fri, 21 May 2021 12:49:10 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> See the bug report to see the way we arrived here. I looked through the [breakage changeset](https://github.com/openjdk/jdk/commit/de784312c340b4a4f4c4d11854bfbe9e9e826ea3), and I think that is the only "*b" case that is missing.
>
> Attention @JohnTortugo.
>
> Additional testing:
> - [x] Failing fuzzer test (now passes)
> - [x] Linux x86_64 fastdebug `tier1`
Thanks all, I'll integrate to hopefully make weekend fuzzer CI runs clean.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4145
More information about the hotspot-compiler-dev
mailing list