RFR : 8206255 : fix compiler/intrinsics/sha/cli/TestUseSHAOptionOnSupportedCPU.java jtreg test on linux s390x
Thomas Stüfe
thomas.stuefe at gmail.com
Wed Jul 4 10:51:19 UTC 2018
Looks good Matthias (and trivial)
..Thomas
On Wed, Jul 4, 2018 at 10:21 AM, Baesken, Matthias
<matthias.baesken at sap.com> wrote:
> Hello , could you please review this small fix for SHA handling on s390x.
> It does the same we have already on aarch64 and x86(-64) - in case of all 3 flags UseSHA1Intrinsics, UseSHA256Intrinsics, UseSHA512Intrinsics set to false we
> Set also UseSHA to false .
>
> The test compiler/intrinsics/sha/cli/TestUseSHAOptionOnSupportedCPU.java revealed the difference on s390x .
> The test outputs :
>
> java.lang.AssertionError: Option 'UseSHA' is expected to have 'false' value
> 'UseSHA' option should be disabled when all UseSHA*Intrinsics are disabled
>
>
> https://bugs.openjdk.java.net/browse/JDK-8206255
>
> http://cr.openjdk.java.net/~mbaesken/webrevs/8206255/
>
>
> Thanks, Matthias
>
>
More information about the hotspot-dev
mailing list