On Tue, 26 Apr 2022 19:49:11 GMT, Bradford Wetmore <wetm...@openjdk.org> wrote:

>> src/java.base/share/classes/javax/net/ssl/KeyManagerFactory.java line 69:
>> 
>>> 67:         String type;
>>> 68:         type = AccessController.doPrivileged((PrivilegedAction<String>) 
>>> () ->
>>> 69:             Security.getProperty("ssl.KeyManagerFactory.algorithm"));
>> 
>> We can probably use 
>> `sun.security.action.GetPropertyAction::privilegedGetProperty`. This is 
>> inside `java.base` so that class is always available.
>
> Wasn't there another bug to address this?

Perhaps as part of 
[JDK-6725221](https://bugs.openjdk.java.net/browse/JDK-6725221)?

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

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

Reply via email to