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 remove System.getSecurityManager part 3 #21039

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

@theresa-m theresa-m force-pushed the securitymanager_3 branch 3 times, most recently from 23df3d3 to 8501b70 Compare January 30, 2025 18:40
@theresa-m theresa-m requested a review from keithc-ca January 30, 2025 18:42
@@ -223,8 +223,11 @@ public Integer run() {
* @param filter the filter to use when finding and storing classes
*/
@Override
/*[IF JAVA_SPEC_VERSION < 24]*/
Copy link
Member

Choose a reason for hiding this comment

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

import java.security.AccessController;
import java.security.PrivilegedAction;

L30-31 can be removed for JDK24+.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The AccessController.doPrivileged use in this file is still there. I will remove this in a seperate pull request.

@keithc-ca
Copy link
Contributor

Jenkins test sanity plinux jdk21,jdk24

@keithc-ca keithc-ca merged commit de14fb4 into eclipse-openj9:master Jan 31, 2025
9 checks passed
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.

3 participants