JDK 17 | JDK 21 | JDK 22 |
---|---|---|
17.0.14Fixed | 21.0.3Fixed | 22 b04Fixed |
Relates :
|
|
Relates :
|
`UseSHA3Intrinsics` was introduced in JDK-8252204, but it was not auto-enabled due to the lack of real hardware. After JDK-8297092, `UseSHA3Intrinsics` is only auto-enabled on hardware with performance benefit. See the code https://github.com/openjdk/jdk/pull/11382/files#diff-a87e260510f34ca7d9b0feb089ad982be8268c5c8aa5a71221f6738b051ea488R338-R345 As a result, test case compiler/intrinsics/sha/cli/TestUseSHA3IntrinsicsOptionOnSupportedCPU.java fails on Neoverse N2 and V1.
|