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

Jie Fu jiefu at openjdk.java.net
Mon Dec 7 23: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

This pull request has now been integrated.

Changeset: c43c224e
Author:    Jie Fu <jiefu at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/c43c224e
Stats:     1 line in 1 file changed: 1 ins; 0 del; 0 mod

8257796: [TESTBUG] TestUseSHA512IntrinsicsOptionOnSupportedCPU.java fails on x86_32

Reviewed-by: kvn

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

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


More information about the hotspot-compiler-dev mailing list