JDK-8175369 : [ppc] Provide intrinsic implementation for CRC32C
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 10
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • CPU: ppc
  • Submitted: 2017-02-22
  • Updated: 2017-08-25
  • Resolved: 2017-03-09
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 10
10 b21Fixed
Related Reports
Relates :  
Description
The intrinsic implementation for CRC32 checksum is missing from the [ppc] port. 

Implementation will only use "standard" instructions, available on all supported Power 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-8175368 covering the same topic for [s390].