RFR: 8257796: [TESTBUG] TestUseSHA512IntrinsicsOptionOnSupportedCPU.java fails on x86_32
Jie Fu
jiefu at openjdk.java.net
Mon Dec 7 01:52:13 UTC 2020
On Sat, 5 Dec 2020 17:01:59 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> Hi all,
>>
>> TestUseSHA512IntrinsicsOptionOnSupportedCPU.java failed on our x86_32 platforms.
>>
>> For x86, UseSHA512Intrinsics is only supported on x86_64 [1].
>> So It shouldn't be run on x86_32.
>>
>> Thanks.
>> Best regards,
>> Jie
>>
>> [1] https://github.com/openjdk/jdk/blob/master/src/hotspot/cpu/x86/vm_version_x86.cpp#L972
>
> Marked as reviewed by kvn (Reviewer).
Thanks @vnkozlov for your review.
Will push it tomorrow if there is no objection.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1639
More information about the hotspot-compiler-dev
mailing list