You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SecurityManager is going to be disabled permanently in JDK-24 (see please https://openjdk.org/projects/jdk/24/). The purpose of this issue is to explore the possible replacements or/and suggest path forward. So far we have identified the following options:
maintain OpenJDK fork (as mentioned by @pfirmstone)
native Java Agent (dynamic code rewriting, must be low overhead)
Please describe the end goal of this project
The
SecurityManager
is going to be disabled permanently in JDK-24 (see please https://openjdk.org/projects/jdk/24/). The purpose of this issue is to explore the possible replacements or/and suggest path forward. So far we have identified the following options:So far I am excluding the "radical" solutions:
Supporting References
RFC: #1687
Issues
Related component
Other
The text was updated successfully, but these errors were encountered: