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

Weijun Wang weijun at openjdk.org
Fri Feb 14 15:22:15 UTC 2025


On Tue, 11 Feb 2025 19:16:01 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/2c58dd82-363e-49be-9734-755d5d0014d7)
> 
> 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.

The `ava` sub-option for `x509` is not included. BTW, I see the rows are in alphabetical order now, this is great. Can we also reorder the help output at https://github.com/openjdk/jdk/blob/940aa7c4cf1bf770690660c8bb21fb3ddc5186e4/src/java.base/share/classes/sun/security/util/Debug.java#L85?

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

PR Comment: https://git.openjdk.org/jdk/pull/23569#issuecomment-2659604044


More information about the security-dev mailing list