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 2 #21002

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

theresa-m
Copy link
Contributor

@theresa-m theresa-m commented Jan 23, 2025

Related: #20563

@@ -222,6 +226,7 @@ public String type() {
return "Java SE"; //$NON-NLS-1$
}

/*[IF JAVA_SPEC_VERSION < 24]*/
private static void checkAttachSecurity() {
Copy link
Member

Choose a reason for hiding this comment

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

I think there are some AttachAPI security tests, do they pass with this change?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

My personal build build with sanity and extended personal tests looks okay. I don't think any of the failures are related. https://hyc-runtimes-jenkins.swg-devops.com/view/OpenJ9%20-%20Personal/job/Pipeline-Build-Test-Personal/25989/

@keithc-ca
Copy link
Contributor

Jenkins test sanity alinux jdk21,jdk24

@theresa-m
Copy link
Contributor Author

The openjdk failures seen here have been excluded adoptium/aqa-tests#5912. The functional failures are not related to this issue.

@keithc-ca
Copy link
Contributor

The other failure is #20351.

@keithc-ca keithc-ca merged commit f0e3684 into eclipse-openj9:master Jan 27, 2025
5 of 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.

4 participants