RFR: 8299308: Add Assembler::testw register + immediate function for x86

Erik Österlund eosterlund at openjdk.org
Fri Dec 23 10:08:29 UTC 2022


The testw register + immediate instruction is missing in the x86 assembler. It's used by generational ZGC. Let's add it.

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

Commit messages:
 - 8299308: Add Assembler::testw register + immediate function for x86

Changes: https://git.openjdk.org/jdk/pull/11772/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=11772&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8299308
  Stats: 15 lines in 2 files changed: 15 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/11772.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/11772/head:pull/11772

PR: https://git.openjdk.org/jdk/pull/11772


More information about the hotspot-compiler-dev mailing list