RFR: 8285266: compiler/intrinsics/sha/cli/TestUseSHA256IntrinsicsOptionOnUnsupportedCPU.java fails after JDK-8284563
Vladimir Kozlov
kvn at openjdk.java.net
Wed Apr 20 22:47:29 UTC 2022
On Wed, 20 Apr 2022 21:06:34 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> Changes for #8258 renamed `sha256` aarch64 feature to `sha2`. Unfortunately this name is used by testing to determine if a feature is supported: [IntrinsicPredicates.java#L78](https://github.com/openjdk/jdk/blob/master/test/hotspot/jtreg/compiler/testlibrary/sha/predicate/IntrinsicPredicates.java#L78)
>
> I reverted the name back to fix the issue. Tested tier1-3.
Thank you, Mikael
-------------
PR: https://git.openjdk.java.net/jdk/pull/8324
More information about the hotspot-dev
mailing list