> The JceSecurityManager is currently a subclass of 
> java.security.SecurityManager.  Now that JEP 411 has been integrated, this 
> class should be updated to no longer subclass SecurityManager.
> 
> The only reason for using SecurityManager to easily get the Class Context 
> (call stack), but we can achieve the same effect by using the JDK 9 API 
> java.lang.StackWalkeer.  None of the other SecurityManager API are used.
> 
> I have run mach5 tier1/tier2 plus --test 
> jck:api/java_security,jck:api/javax_crypto,jck:api/javax_net,jck:api/javax_security,jck:api/org_ietf,jck:api/javax_xml/crypto
>  with all green.

Bradford Wetmore has updated the pull request with a new target base due to a 
merge or a rebase. The pull request now contains 15 commits:

 - Merge branch 'master' into JDK-8267485
 - More Codereview Comments
 - Merge branch 'master' into JDK-8267485
 - Minor typo
 - Reduced SuppressWarnings scope
 - Codereview Comments #2
 - Merge branch 'master' into JDK-8267485
 - Address codereview comments
 - Merge branch 'master' into JDK-8267485
 - Merge branch 'master' into JDK-8267485
 - ... and 5 more: https://git.openjdk.java.net/jdk/compare/e0f6f70d...c542d9d7

-------------

Changes: https://git.openjdk.java.net/jdk/pull/4150/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=4150&range=04
  Stats: 30 lines in 1 file changed: 15 ins; 5 del; 10 mod
  Patch: https://git.openjdk.java.net/jdk/pull/4150.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/4150/head:pull/4150

PR: https://git.openjdk.java.net/jdk/pull/4150

Reply via email to