RFR: 8263904: compiler/intrinsics/bmi/verifycode/BzhiTestI2L.java fails on x86_32
Jie Fu
jiefu at openjdk.java.net
Mon Mar 22 23:17:43 UTC 2021
On Mon, 22 Mar 2021 16:58:59 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> Hi all,
>>
>> compiler/intrinsics/bmi/verifycode/BzhiTestI2L.java fails on x86_32.
>> The reason is that currently the bzhiq instruction is only generated on x86_64.
>> So it shouldn't be run on x86_32.
>>
>> Thanks.
>> Best regards,
>> Jie
>
> Good.
Thanks @vnkozlov , @mgkwill and @iwanowww for your review and comments.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3104
More information about the hotspot-compiler-dev
mailing list