RFR: 8267531: [x86] Assembler::andb(Address, Register) encoding is incorrect

Aleksey Shipilev shade at openjdk.java.net
Fri May 21 14:15:27 UTC 2021


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)
 - [ ] Linux x86_64 fastdebug `tier1`

-------------

Commit messages:
 - 8267531: [x86] Assembler::andb(Address,Register) encoding is incorrect

Changes: https://git.openjdk.java.net/jdk/pull/4145/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=4145&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8267531
  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/4145.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/4145/head:pull/4145

PR: https://git.openjdk.java.net/jdk/pull/4145


More information about the hotspot-compiler-dev mailing list