-
Enhancement
-
Resolution: Fixed
-
P4
-
11, 12, 13
-
b06
-
ppc
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8218278 | 11.0.3 | Martin Doerr | P4 | Resolved | Fixed | master |
PPC64 currently contains static tables for CRC32/CRC32C calculations. We only need some of them depending on Endianess and on whether vector instructions are available or not.
We can get rid of quite some code when we generate these constants at startup as we already do for the vector version.
We can get rid of quite some code when we generate these constants at startup as we already do for the vector version.
- backported by
-
JDK-8218278 [PPC64] Cleanup non-vector version of CRC32
- Resolved