Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable AES-CTR intrinsics due to corruption bug JDK-8292158 #1411

Merged
merged 2 commits into from
Nov 30, 2022

Conversation

schlosna
Copy link
Contributor

Before this PR

AES-CTR streams may be corrupted on AVX-512 CPUs, see https://bugs.openjdk.org/browse/JDK-8292158

After this PR

==COMMIT_MSG==
Disable AES-CTR intrinsics due to corruption bug JDK-8292158

See https://bugs.openjdk.org/browse/JDK-8292158 where AES-CTR streams may be corrupted on AVX-512 CPUs.
==COMMIT_MSG==

Possible downsides?

@changelog-app
Copy link

changelog-app bot commented Nov 30, 2022

Generate changelog in changelog/@unreleased

Type

  • Feature
  • Improvement
  • Fix
  • Break
  • Deprecation
  • Manual task
  • Migration

Description

Disable AES-CTR intrinsics due to corruption bug JDK-8292158

See https://bugs.openjdk.org/browse/JDK-8292158 where AES-CTR streams may be corrupted on AVX-512 CPUs.

Check the box to generate changelog(s)

  • Generate changelog entry

Copy link
Contributor

@carterkozak carterkozak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@svc-autorelease
Copy link
Collaborator

Released 7.24.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants