RFR: 8321542: C2: Missing ChaCha20 stub for x86_32 leads to crashes

Jamil Nimeh jnimeh at openjdk.org
Tue Dec 12 01:09:40 UTC 2023


This fix corrects an oversight in the ChaCha20 intrinsics delivered by JDK-8247645.  An ifdef guard is now part of the x86 ChaCha20 intrinsics code which disables them by default on 32-bit platforms, as this architecture was not part of the feature delivery.

-------------

Commit messages:
 - Adjust 32-bit warning text
 - C2: Missing ChaCha20 stub for x86_32 leads to crashes

Changes: https://git.openjdk.org/jdk/pull/17072/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17072&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8321542
  Stats: 8 lines in 1 file changed: 8 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/17072.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/17072/head:pull/17072

PR: https://git.openjdk.org/jdk/pull/17072


More information about the hotspot-dev mailing list