-
Bug
-
Resolution: Fixed
-
P3
-
9, 10
-
b20
-
x86
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8206739 | 12 | Igor Ignatyev | P3 | Resolved | Fixed | team |
JDK-8206514 | 11.0.1 | Igor Ignatyev | P3 | Resolved | Fixed | b01 |
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.
DuringJDK-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.
But recent changes added it.
(
(
During
We need to revisit all SHA tests test/compiler/intrinsics/sha to make sure the we have tests coverage for x86.
- backported by
-
JDK-8206514 [TESTBUG] SHA tests assumes that x86 does not have SHA intrinsics
-
- Resolved
-
-
JDK-8206739 [TESTBUG] SHA tests assumes that x86 does not have SHA intrinsics
-
- Resolved
-
- relates to
-
JDK-8055904 Develop tests for new command-line options related to SHA intrinsics
-
- Resolved
-
-
JDK-8150767 Enables SHA Extensions on x86
-
- Resolved
-
-
JDK-8154495 Update for x86 SHA256 using AVX2
-
- Resolved
-