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
No longer use a SecurityManager during internal testing (#4078)
On some JDK versions, using a security manager crashes the JVM
because the Kotlin runtime can't load. Since the security manager
API is deprecated anyway and the security manager didn't test
anything extremely important, we just remove it.
0 commit comments