Relates :
|
|
Relates :
|
|
Relates :
|
When SHA tests were developed (JDK-8055904) x86 did not have SHA intrinsics. But recent changes added it. (JDK-8150767) added SHA1 and SHA256 intrinsics when 'sha' instruction is present. (JDK-8154495) added SHA256 intrinsic for 64-bit VM when AVX2 and BMI2 instructions are present. During JDK-8154495 testing 4 SHA tests failed and tests were fixed to pass them. But tests which verifies SHA on supported CPU were not fixed so tests are not executed. We need to revisit all SHA tests test/compiler/intrinsics/sha to make sure the we have tests coverage for x86.
|