RFR: 8328914: Document the java.security.debug property in javadoc [v8]

Weijun Wang weijun at openjdk.org
Mon Feb 24 20:26:56 UTC 2025


On Mon, 24 Feb 2025 20:01:13 GMT, Koushik Muthukrishnan Thirupattur <duke at openjdk.org> wrote:

>> java.security.debug is a widely used debug system property for JDK security libs. It's time to capture details about this property via javadoc.
>> 
>> ![image](https://github.com/user-attachments/assets/f36a1d8c-3026-4a72-a9e8-b2ecdbf9ed42)
>> 
>> 
>> NOTE : We are adding a new html file (similar to the Networking Properties [here](https://download.java.net/java/early_access/jdk25/docs/api/java.base/java/net/doc-files/net-properties.html#networking-properties-heading)) for documenting security-related properties, and over time, we will add more properties to this page.
>
> 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 183:

> 181:     </tbody>
> 182: </table>
> 183: <H2>Printing Thread and Timestamp Information</H2>

This should be a sub-section below `<H2>Debug</H2>`. In fact, it should be below `<p><B>{@systemProperty java.security.debug}</B><BR></p>`.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/23569#discussion_r1968368247


More information about the security-dev mailing list