-
Bug
-
Resolution: Fixed
-
P1
-
9
-
b167
-
x86
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8179754 | 10 | Zoltan Majo | P1 | Resolved | Fixed | b07 |
This is a workaround for JDK-8178720. The workaround proposes the following:
(1) Disable the CRC32C intrinsic on x86 machines without CLMUL support
(2) Pushes the modified TestCRC32.java and TestCRC32C.java tests provided by Lutz Schmidt [~lucy]
(1) Disable the CRC32C intrinsic on x86 machines without CLMUL support
(2) Pushes the modified TestCRC32.java and TestCRC32C.java tests provided by Lutz Schmidt [~lucy]
- backported by
-
JDK-8179754 Workaround for failure of CRC32C intrinsic on x86 machines without CLMUL support (JDK-8178720)
- Resolved
- relates to
-
JDK-8178720 CRC32C fails on x86 hardware without CLMUL support
- Open