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

[JDK24] Add native access checks in System.load/loadLibrary #20783

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

babsingh
Copy link
Contributor

@babsingh babsingh commented Dec 9, 2024

Add native access checks in System.load/loadLibrary to comply with
JEP472 (Prepare to Restrict the Use of JNI).

Related: #19680
Related: #20354

Add native access checks in System.load/loadLibrary to comply with
JEP472 (Prepare to Restrict the Use of JNI).

Related: eclipse-openj9#19680
Related: eclipse-openj9#20354

Signed-off-by: Babneet Singh <[email protected]>
@babsingh
Copy link
Contributor Author

babsingh commented Dec 9, 2024

jenkins test sanity.functional amac jdknext

@babsingh
Copy link
Contributor Author

The failures observed in the PR builds appear to be related to JDK24's permanent disabling of the Security Manager and are not caused by this PR.

@tajila Can you review/merge this PR?

@babsingh babsingh requested a review from tajila December 10, 2024 15:20
@tajila tajila merged commit bdf23b4 into eclipse-openj9:master Dec 10, 2024
3 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants