On Wed, 13 Jan 2021 01:30:14 GMT, Naoto Sato <naoto@openjdk.org> wrote:
So far as with the current practice, we would document JDK specific properties in the Release Notes (refer to the Release Note sub-task for this particular property). We also created tutorials for the ones that are within a major topic (e.g. security). Plus, even if we'd want to add an implSpec, we wouldn't be able to since the DOM's license is quite restrictive.
OK. Thanks for the explanation.
Note: If such properties needed to be documented - they could also be documented as JDK implementation specific properties in the module-info file. This is what we have started doing for some of the properties supported by JNDI providers, for instance. ------------- PR: https://git.openjdk.java.net/jdk/pull/2041