We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In JDK 24 the security manager will be permanently disabled https://openjdk.org/jeps/486 and attempts to set a security manager will result in an error such as in LoadTest.overrideSecurityManager.
This system test framework relys on the security manager to intercept calls to System.exit.
In the JEP it is suggested to replace this type of use with a Java agent (see JEP 486 appendix for an example).
The text was updated successfully, but these errors were encountered:
This was previously discussed in eclipse-openj9/openj9#14412 without resolution.
Sorry, something went wrong.
No branches or pull requests
In JDK 24 the security manager will be permanently disabled https://openjdk.org/jeps/486 and attempts to set a security manager will result in an error such as in LoadTest.overrideSecurityManager.
This system test framework relys on the security manager to intercept calls to System.exit.
In the JEP it is suggested to replace this type of use with a Java agent (see JEP 486 appendix for an example).
The text was updated successfully, but these errors were encountered: