RFR: 8342768: GTest AssemblerX86.validate_vm failed: assert(VM_Version::supports_bmi1()) failed: tzcnt instruction not supported [v2]
hanklo6
duke at openjdk.org
Tue Oct 22 18:11:45 UTC 2024
> The `tzcnt` instruction requires the VM to support `bmi1` feature, which we set directly when running the test.
hanklo6 has updated the pull request incrementally with one additional commit since the last revision:
set avx and evex in test
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/21644/files
- new: https://git.openjdk.org/jdk/pull/21644/files/ad94cc08..ed7c10a2
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=21644&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=21644&range=00-01
Stats: 4 lines in 2 files changed: 2 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/21644.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/21644/head:pull/21644
PR: https://git.openjdk.org/jdk/pull/21644
More information about the hotspot-dev
mailing list