On Mon, 10 Oct 2022 19:19:44 GMT, Sean Coffey <coff...@openjdk.org> wrote:

>> Agree, and alternatively, it seems cleaner to add a new SharedSecrets class 
>> for `java.security.Security` and remove the dependency on PD.
>
> modified code to have Security class hold the initial properties and provided 
> an accessor method

What about creating a new `JavaSecurityPropertiesAccess` class and moving the 
accessor method there? It seems it would be cleaner to remove the dependency on 
PD in the long run.

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

PR: https://git.openjdk.org/jdk/pull/10394

Reply via email to