-
Notifications
You must be signed in to change notification settings - Fork 737
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
Conversation
550315c
to
b14b819
Compare
@@ -222,6 +226,7 @@ public String type() { | |||
return "Java SE"; //$NON-NLS-1$ | |||
} | |||
|
|||
/*[IF JAVA_SPEC_VERSION < 24]*/ | |||
private static void checkAttachSecurity() { |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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/
...rc/java.management/share/classes/com/ibm/java/lang/management/internal/MemoryMXBeanImpl.java
Show resolved
Hide resolved
b14b819
to
7c381e6
Compare
Signed-off-by: Theresa Mammarella <[email protected]>
7c381e6
to
20e3468
Compare
Jenkins test sanity alinux jdk21,jdk24 |
The openjdk failures seen here have been excluded adoptium/aqa-tests#5912. The functional failures are not related to this issue. |
The other failure is #20351. |
Related: #20563