On Fri, 28 Feb 2025 21:31:44 GMT, Sean Mullan <mul...@openjdk.org> wrote:
>> Koushik Muthukrishnan Thirupattur has updated the pull request incrementally >> with one additional commit since the last revision: >> >> 8328914: Document the java.security.debug property in javadoc > > src/java.base/share/classes/java/security/doc-files/security-related-system-properties.html > line 75: > >> 73: set the <code>java.security.debug</code> system property on the >> command line as follows: >> 74: <pre><code>java -Djava.security.debug=all+thread+timestamp >> MyApp</code></pre> >> 75: <p> To monitor security access, you can set the >> <code>java.security.debug</code> system property, > > This paragraph should be first, before the "Printing Thread and Timestamp > Information" section. It describe the general syntax of the property, whereas > the thread and timestamp are more specific options. Updated. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/23569#discussion_r1976168412