--- old/src/java.base/share/classes/java/lang/System.java 2017-05-05 15:25:39.471272168 -0700 +++ new/src/java.base/share/classes/java/lang/System.java 2017-05-05 15:25:39.343266578 -0700 @@ -576,9 +576,13 @@ * system properties, a set of system properties is first created and * initialized. This set of system properties always includes values * for the following keys: - * + *
+ * + * * * + * + * * * @@ -637,6 +641,7 @@ * * * + * *
Shows property keys and associated values
KeyDescription of Associated Value
java.versionJava Runtime Environment version which may be interpreted * as a {@link Runtime.Version}
User's home directory
user.dirUser's current working directory
*

* Multiple paths in a system property value are separated by the path @@ -648,9 +653,13 @@ * * @implNote In addition to the standard system properties, the system * properties may include the following keys: - * + *
+ * + * * * + * + * * * * @@ -659,6 +668,7 @@ * * * + * *
Shows property keys and associated values
KeyDescription of Associated Value
{@code jdk.module.path}The application module path
{@code jdk.module.upgrade.path}The module name of the initial/main module
{@code jdk.module.main.class}The main class name of the initial module
* * @return the system properties