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

Sandhya Viswanathan sviswanathan at openjdk.org
Wed Oct 23 23:33:06 UTC 2024


On Wed, 23 Oct 2024 23:25:19 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.
>
> hanklo6 has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Add flags

Looks good to me.

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

Marked as reviewed by sviswanathan (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/21644#pullrequestreview-2390859454


More information about the hotspot-dev mailing list