--- old/src/java.base/share/classes/java/lang/System.java 2017-07-11 14:33:40.300408139 -0700 +++ new/src/java.base/share/classes/java/lang/System.java 2017-07-11 14:33:40.096399237 -0700 @@ -582,67 +582,67 @@ * * * - * - * + * + * * * - * + * * - * + * * - * + * * - * + * * - * + * * - * + * * - * + * * - * + * * - * + * * - * + * * - * + * * - * + * * - * + * * - * + * * - * + * * - * + * * - * + * * - * + * * - * + * * - * + * * - * + * * - * + * * - * + * * - * + * * - * + * * - * + * * - * + * * * *
Shows property keys and associated values
KeyDescription of Associated Value
KeyDescription of Associated Value
java.version
java.versionJava Runtime Environment version which may be interpreted * as a {@link Runtime.Version}
java.vendor
java.vendorJava Runtime Environment vendor
java.vendor.url
java.vendor.urlJava vendor URL
java.home
java.homeJava installation directory
java.vm.specification.version
java.vm.specification.versionJava Virtual Machine specification version which may be * interpreted as a {@link Runtime.Version}
java.vm.specification.vendor
java.vm.specification.vendorJava Virtual Machine specification vendor
java.vm.specification.name
java.vm.specification.nameJava Virtual Machine specification name
java.vm.version
java.vm.versionJava Virtual Machine implementation version which may be * interpreted as a {@link Runtime.Version}
java.vm.vendor
java.vm.vendorJava Virtual Machine implementation vendor
java.vm.name
java.vm.nameJava Virtual Machine implementation name
java.specification.version
java.specification.versionJava Runtime Environment specification version which may be * interpreted as a {@link Runtime.Version}
java.specification.vendor
java.specification.vendorJava Runtime Environment specification vendor
java.specification.name
java.specification.nameJava Runtime Environment specification name
java.class.version
java.class.versionJava class format version number
java.class.path
java.class.pathJava class path
java.library.path
java.library.pathList of paths to search when loading libraries
java.io.tmpdir
java.io.tmpdirDefault temp file path
java.compiler
java.compilerName of JIT compiler to use
os.name
os.nameOperating system name
os.arch
os.archOperating system architecture
os.version
os.versionOperating system version
file.separator
file.separatorFile separator ("/" on UNIX)
path.separator
path.separatorPath separator (":" on UNIX)
line.separator
line.separatorLine separator ("\n" on UNIX)
user.name
user.nameUser's account name
user.home
user.homeUser's home directory
user.dir
user.dirUser's current working directory
@@ -659,17 +659,17 @@ * * * - * - * + * + * * * - * + * * - * + * * - * + * * - * + * * * *
Shows property keys and associated values
KeyDescription of Associated Value
KeyDescription of Associated Value
{@code jdk.module.path}
{@code jdk.module.path}The application module path
{@code jdk.module.upgrade.path}
{@code jdk.module.upgrade.path}The upgrade module path
{@code jdk.module.main}
{@code jdk.module.main}The module name of the initial/main module
{@code jdk.module.main.class}
{@code jdk.module.main.class}The main class name of the initial module