On Thu, 22 Sep 2022 15:57:56 GMT, Sean Coffey <coff...@openjdk.org> wrote:
> New JFR event to record state of initial security properties. > > Debug output is also now added for these properties via > -Djava.security.debug=properties Hello Sean, > Debug output is also now added for these properties via > -Djava.security.debug=properties Looking at the existing code upstream, it appears that the value `properties` is already recognized for `java.security.debug` system property. So it's not something this PR is introducing/proposing. However, the documentation for this system property doesn't seem to be listing that as a value https://docs.oracle.com/en/java/javase/19/security/troubleshooting-security.html. Do you think that documentation would need to be addressed (as a separate issue)? ------------- PR: https://git.openjdk.org/jdk/pull/10394