diff --git a/src/java.base/share/classes/java/lang/System.java b/src/java.base/share/classes/java/lang/System.java index 0d553dbb4da..9b2b3ce294e 100644 --- a/src/java.base/share/classes/java/lang/System.java +++ b/src/java.base/share/classes/java/lang/System.java @@ -618,8 +618,9 @@ public final class System { * {@link #getProperty(String)} method is returned as a * {@code Properties} object. If there is no current set of * system properties, a set of system properties is first created and - * initialized. This set of system properties always includes values - * for the following keys: + * initialized. This set of system properties includes a value + * for each of the following keys unless the description of the associated + * value indicates that the value is optional. * * * @@ -639,7 +640,7 @@ public final class System { * * * - * + * * * *
Shows property keys and associated values
{@systemProperty java.vendor.url}Java vendor URL
{@systemProperty java.vendor.version}Java vendor version
Java vendor version (optional)
{@systemProperty java.home}Java installation directory
{@systemProperty java.vm.specification.version}