The intrinsic implementation for CRC32 checksum is missing from the [s390] port.
Implementation will only use "standard" instructions, available on all supported IBM System z hardware. In addition, the implementation is very similar to that of the CRC32 intrinsics. Code is shared between these two as far as possible.
This bug is related to https://bugs.openjdk.java.net/browse/JDK-8175369 covering the same topic for [ppc].
Implementation will only use "standard" instructions, available on all supported IBM System z hardware. In addition, the implementation is very similar to that of the CRC32 intrinsics. Code is shared between these two as far as possible.
This bug is related to https://bugs.openjdk.java.net/browse/JDK-8175369 covering the same topic for [ppc].
- relates to
-
JDK-8176580 [ppc, s390] CRC32C: wrong checksum result in some cases
-
- Closed
-