Integrated: 8342768: GTest AssemblerX86.validate_vm failed: assert(VM_Version::supports_bmi1()) failed: tzcnt instruction not supported

hanklo6 duke at openjdk.org
Thu Oct 24 16:04:13 UTC 2024


On Tue, 22 Oct 2024 17:41:13 GMT, hanklo6 <duke at openjdk.org> wrote:

> The `tzcnt` instruction requires the VM to support `bmi1` feature, which we set directly when running the test.

This pull request has now been integrated.

Changeset: d8c3b0f8
Author:    hanklo6 <hank.lo at intel.com>
Committer: Sandhya Viswanathan <sviswanathan at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/d8c3b0f834c603fe115ef4ca442727948b7a834e
Stats:     6 lines in 2 files changed: 4 ins; 0 del; 2 mod

8342768: GTest AssemblerX86.validate_vm failed: assert(VM_Version::supports_bmi1()) failed: tzcnt instruction not supported

Reviewed-by: sviswanathan, thartmann, kvn

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

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


More information about the hotspot-dev mailing list