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

[23.0] Backport: Adopt "JDK-8324646: Avoid Class.forName in SecureRandom constructor" #781

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

zakkak
Copy link
Collaborator

@zakkak zakkak commented Aug 21, 2024

Partial backport of oracle#8387

Version agnostic adaptation of 05c1e79
(cherry picked from commit 0edb942)

Fix missing null check in 'Adopt "JDK-8324646: Avoid Class.forName in SecureRandom constructor"'
(cherry picked from commit dcecff7)

Fixes #779

Version agnostic adaptation of 05c1e79
(cherry picked from commit 0edb942)

Fix missing null check in 'Adopt "JDK-8324646: Avoid Class.forName in SecureRandom constructor"'

(cherry picked from commit dcecff7)

Fixes graalvm#779
@zakkak zakkak added this to the 23.0.6.0-Final milestone Aug 21, 2024
@zakkak zakkak requested a review from jerboaa August 21, 2024 09:08
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Aug 21, 2024
@jerboaa jerboaa linked an issue Aug 21, 2024 that may be closed by this pull request
Copy link
Collaborator

@jerboaa jerboaa left a comment

Choose a reason for hiding this comment

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

LGTM.

@zakkak zakkak merged commit 9504af6 into graalvm:mandrel/23.0 Aug 21, 2024
37 of 42 checks passed
@zakkak zakkak deleted the 2024-08-21-fix-779 branch August 21, 2024 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects/JDK17 JDK17 related affects/23.0 backport OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[23.0] Mandrel fails to build with JDK 17.0.13+1
2 participants