commit | d9731f0c549f453bbc6556b29479974c679c9bef | [log] [tgz] |
---|---|---|
author | Sean Mullan <mullan@openjdk.org> | Wed Oct 10 16:25:40 2018 -0400 |
committer | Sean Mullan <mullan@openjdk.org> | Wed Oct 10 16:25:40 2018 -0400 |
tree | 5af85864871605a5a93687bd9d4ce086588a8c12 | |
parent | dde89f72dfc3b3b81aca716ba070db1515fe7c68 [diff] |
8191053: Provide a mechanism to make system's security manager immutable Make System.setSecurityManager optional to support and add new disallow and allow options to the java.security.manager system property Reviewed-by: alanb, mchung, rriggs, smarks