RFR: 8292177: InitialSecurityProperty JFR event [v3]

Sean Mullan mullan at openjdk.org
Mon Oct 10 20:58:47 UTC 2022


On Mon, 10 Oct 2022 19:19:44 GMT, Sean Coffey <coffeys at 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


More information about the core-libs-dev mailing list