Summary
-------
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.
Problem
-------
java.security.debug details are not captured via javadoc
Solution
--------
See Spec
Specification
-------------
Adding a new file debug-system-property.html in java.security/doc-files to document details on the java.security.debug property and link this new page from java.security/package.info file. We can start to use it to document common or standard system properties. See the attached snapshot of the new page for the specification of the property.