On Mon, 30 Jan 2023 16:37:37 GMT, Sean Mullan <[email protected]> wrote:
>> Ryan Wallace has updated the pull request with a new target base due to a
>> merge or a rebase. The incremental webrev excludes the unrelated changes
>> brought in by the merge/rebase. The pull request contains three additional
>> commits since the last revision:
>>
>> - Merge branch 'master' into jdk-8294527
>> - 8294527: Some java.security.debug options missing from security docs
>> - 8294527: Some java.security.debug options missing from security docs
>
> src/java.base/share/classes/sun/security/util/Debug.java line 90:
>
>> 88: System.err.println(" PKCS11 KeyStore debugging");
>> 89: System.err.println("pkcs12 PKCS12 KeyStore debugging");
>> 90: System.err.println("properties Prints which java.security
>> Security Properties file that the JDK uses");
>
> This prints the initial values of all security properties (whether overridden
> or not) and other miscellaneous useful info when parsing the java.security
> file. I think we can just generalize this to "Security property and
> configuration file debugging". The other help options are fairly general.
Done, thanks Sean
-------------
PR: https://git.openjdk.org/jdk/pull/12289