RFR: 8257796: [TESTBUG] TestUseSHA512IntrinsicsOptionOnSupportedCPU.java fails on x86_32

Vladimir Kozlov kvn at openjdk.java.net
Sat Dec 5 17:05:12 UTC 2020


On Sat, 5 Dec 2020 06:46:58 GMT, Jie Fu <jiefu 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).

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

PR: https://git.openjdk.java.net/jdk/pull/1639


More information about the hotspot-compiler-dev mailing list