JDK-8350866 : [x86] Add C1 intrinsics for CRC32-C
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 25
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • CPU: x86
  • Submitted: 2025-02-27
  • Updated: 2025-02-28
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.
Other
tbdUnresolved
Related Reports
Relates :  
Relates :  
Description
JDK-8134553 implemented a stub which is used by the interpreter and which was further improved by JDK-8277358. It could also be used by C1 like on other platforms. See https://github.com/openjdk/jdk/blob/aac9cb4537b13a4af123ae76f29359e851dc4c82/src/hotspot/share/c1/c1_Compiler.cpp#L225